Update Dockerfile

This commit is contained in:
Alexandre
2021-02-13 23:10:27 +01:00
committed by GitHub
parent eeb28625c3
commit 63a518f40c

View File

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