Update Dockerfile

This commit is contained in:
Alexandre
2020-11-29 18:17:48 +01:00
committed by GitHub
parent f1747fd88e
commit bac945d09d

View File

@@ -9,8 +9,8 @@ RUN apt-get update \
\
&& apt-get install -y --no-install-recommends \
jq=1.5+dfsg-2 \
cifs-utils \
\
&& apt-get -y upgrade cifs-utils \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \
&& mkdir /tmp/bashio \