Update Dockerfile

This commit is contained in:
Alexandre
2021-01-25 12:21:46 +01:00
committed by GitHub
parent 22ff363a78
commit d85d42ad32

View File

@@ -8,6 +8,7 @@ RUN \
apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
tar \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \
&& mkdir /tmp/bashio \