Update Dockerfile

This commit is contained in:
Alexandre
2020-11-29 19:01:29 +01:00
committed by GitHub
parent 7f1134233a
commit 881b579116

View File

@@ -11,7 +11,6 @@ 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 \