Update Dockerfile

This commit is contained in:
Alexandre
2021-01-07 15:51:06 +01:00
committed by GitHub
parent ca138ede6b
commit 400b75e64a

View File

@@ -3,6 +3,8 @@ FROM $BUILD_FROM
#Install bashio
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \
&& mkdir /tmp/bashio \