Update Dockerfile

This commit is contained in:
Alexandre
2021-04-09 22:29:10 +02:00
committed by GitHub
parent f050f6755d
commit 01f7083b40

View File

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