Update Dockerfile

This commit is contained in:
Alexandre
2021-07-03 19:24:56 +02:00
committed by GitHub
parent 38fb35cb19
commit 398d1ef166

View File

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