Update Dockerfile

This commit is contained in:
Alexandre
2021-10-21 21:39:18 +02:00
committed by GitHub
parent 632e6490de
commit b758d94b2a

View File

@@ -25,7 +25,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 #