Update Dockerfile

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

View File

@@ -8,7 +8,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update \
\
&& apt-get install -y --no-install-recommends \
jq=1.5+dfsg-2 \
jq=1.5+dfsg-2 \
cifs-utils \
\
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \