Update Dockerfile

This commit is contained in:
Alexandre
2021-08-02 10:48:40 +02:00
committed by GitHub
parent 774e9634d8
commit 225fad836d

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 \