Update Dockerfile

This commit is contained in:
Alexandre
2021-11-29 13:52:29 +01:00
committed by GitHub
parent 458086ca59
commit cc8f95fa66

View File

@@ -13,6 +13,7 @@ RUN apk add --no-cache \
jq \ jq \
moreutils \ moreutils \
samba \ samba \
nginx \
&& curl -J -L -o /tmp/bashio.tar.gz \ && curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \ "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \
&& mkdir /tmp/bashio \ && mkdir /tmp/bashio \