Update Dockerfile

This commit is contained in:
Alexandre
2021-05-12 13:03:42 +02:00
committed by GitHub
parent 92066021f4
commit c656b325bd

View File

@@ -13,6 +13,8 @@ RUN \
&& apt-get install -y --no-install-recommends \
wget \
jq \
nginx \
#Install bashio
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \
&& mkdir /tmp/bashio \
@@ -36,7 +38,8 @@ RUN \
/var/{cache,log}/* \
/var/lib/apt/lists/*
COPY run.sh /
# Copy root filesystem
COPY rootfs /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/run.sh" ]