Update Dockerfile

This commit is contained in:
Alexandre
2021-05-13 08:22:05 +02:00
committed by GitHub
parent b226ba143c
commit 45792a74a9

View File

@@ -7,8 +7,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.24"
VOLUME [ "/data" ]
RUN \
#Install bashio
apt-get update \
@@ -39,6 +37,8 @@ RUN \
/var/{cache,log}/* \
/var/lib/apt/lists/*
VOLUME [ "/data" ]
# Copy root filesystem
COPY rootfs /
RUN chmod 777 /run.sh