Update Dockerfile

This commit is contained in:
Alexandre
2021-12-08 11:29:36 +01:00
committed by GitHub
parent a3dc160984
commit 9c42e4a4a9

View File

@@ -24,7 +24,7 @@ RUN \
| tar -xzf - --strip 1 -C /tmp/bashio \
&& mv /tmp/bashio/lib /usr/lib/bashio \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -rf /tmp/bashio || true
&& rm -rf /tmp/bashio
RUN \
#############################