Update Dockerfile

This commit is contained in:
Alexandre
2021-02-13 23:13:39 +01:00
committed by GitHub
parent 8bb8f726c5
commit 609324ac05

View File

@@ -6,7 +6,7 @@ FROM ${BUILD_FROM}${BUILD_VERSION}
COPY rootfs / COPY rootfs /
RUN \ RUN \
chmod 777 /run.sh \ chmod a+x /run.sh \
\ \
# Install bashio # Install bashio
&& apk add --no-cache \ && apk add --no-cache \