mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 22:31:49 +02:00
Update Dockerfile
This commit is contained in:
@@ -13,6 +13,8 @@ RUN \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
wget \
|
wget \
|
||||||
jq \
|
jq \
|
||||||
|
nginx \
|
||||||
|
#Install bashio
|
||||||
&& curl -J -L -o /tmp/bashio.tar.gz \
|
&& curl -J -L -o /tmp/bashio.tar.gz \
|
||||||
"https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \
|
"https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \
|
||||||
&& mkdir /tmp/bashio \
|
&& mkdir /tmp/bashio \
|
||||||
@@ -36,7 +38,8 @@ RUN \
|
|||||||
/var/{cache,log}/* \
|
/var/{cache,log}/* \
|
||||||
/var/lib/apt/lists/*
|
/var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY run.sh /
|
# Copy root filesystem
|
||||||
|
COPY rootfs /
|
||||||
RUN chmod 777 /run.sh
|
RUN chmod 777 /run.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/run.sh" ]
|
ENTRYPOINT [ "/run.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user