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 / COPY rootfs /
RUN \ RUN \
chmod 777 /run.sh chmod 777 /run.sh \
\
# Install bashio # Install bashio
apk add --no-cache \ && apk add --no-cache \
jq \ jq \
curl \ curl \
cifs-utils \ cifs-utils \