This commit is contained in:
Alexandre
2021-01-20 21:34:32 +01:00
committed by GitHub
parent 5c58931b48
commit adefb9f96b

View File

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