Update Dockerfile

This commit is contained in:
Alexandre
2021-10-19 17:54:05 +02:00
committed by GitHub
parent c2c1c55012
commit 85228b9ff5

View File

@@ -32,7 +32,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
&& rm -rf /tmp/bashio \
\
################
# Modify image #