Update Dockerfile

This commit is contained in:
Alexandre
2021-04-09 21:52:10 +02:00
committed by GitHub
parent 93aa7e7250
commit 7d897e0e42

View File

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