Update Dockerfile

This commit is contained in:
Alexandre
2020-11-29 18:38:04 +01:00
committed by GitHub
parent c6439b1415
commit 1fb04dbc25

View File

@@ -14,6 +14,7 @@ RUN apt-get update \
jq=1.5+dfsg-2 \
\
&& apt-get -y upgrade cifs-utils \
&& mkdir /config/custom-cont-init.d \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \
&& mkdir /tmp/bashio \