Update Dockerfile

This commit is contained in:
Alexandre
2021-02-17 04:56:09 +01:00
committed by GitHub
parent 9e2ab6cc5c
commit e8691cbb06

View File

@@ -5,8 +5,9 @@ RUN apk add --no-cache \
curl \ curl \
jq \ jq \
bash \ bash \
bind-tools \
&& curl -J -L -o /tmp/bashio.tar.gz \ && curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ "https://github.com/hassio-addons/bashio/archive/v0.12.1.tar.gz" \
&& mkdir /tmp/bashio \ && mkdir /tmp/bashio \
&& tar zxvf \ && tar zxvf \
/tmp/bashio.tar.gz \ /tmp/bashio.tar.gz \