code update

This commit is contained in:
Alexandre
2021-11-05 19:55:36 +01:00
parent ab88d87f1a
commit 66396b63ca
6 changed files with 124 additions and 93 deletions

View File

@@ -16,7 +16,7 @@ RUN \
##################
&& echo "**** Install Bashio ****" \
&& apk add --no-cache \
curl jq \
curl jq wget \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \
&& mkdir /tmp/bashio \