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 \ jq \
bash \ bash \
bind-tools \ bind-tools \
#nginx \ nginx \
&& curl -J -L -o /tmp/bashio.tar.gz \ && curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.12.1.tar.gz" \ "https://github.com/hassio-addons/bashio/archive/v0.12.1.tar.gz" \
&& mkdir /tmp/bashio \ && mkdir /tmp/bashio \