Update Dockerfile

This commit is contained in:
Alexandre
2021-02-23 21:56:50 +01:00
committed by GitHub
parent 8f4f9d84ad
commit d9c6d44ad9

View File

@@ -10,6 +10,7 @@ COPY rootfs /
RUN apk add --no-cache \
curl \
jq \
moreutils \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \
&& mkdir /tmp/bashio \