Update Dockerfile

This commit is contained in:
Alexandre
2021-10-17 09:51:50 +02:00
committed by GitHub
parent c59a4c5232
commit a19d7a5adc

View File

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