Update Dockerfile

This commit is contained in:
Alexandre
2021-12-04 18:42:40 +01:00
parent 143fc8f601
commit 8473cbfae0

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 \