Update Dockerfile

This commit is contained in:
Alexandre
2021-05-15 06:54:08 +02:00
committed by GitHub
parent fb0c1a3698
commit 746c93e42d

View File

@@ -10,7 +10,7 @@ RUN apt-get update \
curl \
jq \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \
"https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \
&& mkdir /tmp/bashio \
&& tar zxvf \
/tmp/bashio.tar.gz \