Update Dockerfile

This commit is contained in:
Alexandre
2021-02-13 23:11:02 +01:00
committed by GitHub
parent 63a518f40c
commit 8bb8f726c5

View File

@@ -6,9 +6,10 @@ FROM ${BUILD_FROM}${BUILD_VERSION}
COPY rootfs /
RUN \
chmod 777 /run.sh
chmod 777 /run.sh \
\
# Install bashio
apk add --no-cache \
&& apk add --no-cache \
jq \
curl \
cifs-utils \