Update Dockerfile

This commit is contained in:
Alexandre
2021-06-22 21:30:49 +02:00
committed by GitHub
parent 2f86079dd9
commit e2f6fe5e3a

View File

@@ -7,7 +7,7 @@ RUN \
###################
# Install bashio #
##################
&& mkdir -p /tmp/bashio \
mkdir -p /tmp/bashio \
&& curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \
| tar -xzf - --strip 1 -C /tmp/bashio \
&& mv /tmp/bashio/lib /usr/lib/bashio \