Update bashio

This commit is contained in:
Alexandre
2021-01-20 21:32:18 +01:00
committed by GitHub
parent 78521b3d8b
commit d5370cfa31

View File

@@ -10,11 +10,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Add bashio
RUN set +e \
apk add --no-cache \
curl \
jq \
&& apk add --no-cache \
curl jq \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \
"https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \
&& mkdir /tmp/bashio \
&& tar zxvf \
/tmp/bashio.tar.gz \