mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -7,15 +7,15 @@ COPY rootfs /
|
|||||||
|
|
||||||
ARG BASHIO_VERSION=0.13.1
|
ARG BASHIO_VERSION=0.13.1
|
||||||
|
|
||||||
#RUN \
|
RUN \
|
||||||
################
|
################
|
||||||
# Install apps #
|
# Install apps #
|
||||||
################
|
################
|
||||||
# apt-get clean \
|
sudo apt-get clean \
|
||||||
# && apt-get update \
|
&& sudo apt-get update \
|
||||||
# && apt-get install -y \
|
&& sudo apt-get install -y \
|
||||||
# jq \
|
jq \
|
||||||
# curl
|
curl
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
##################
|
##################
|
||||||
|
|||||||
Reference in New Issue
Block a user