This commit is contained in:
Alexandre
2021-11-27 22:53:39 +01:00
parent 6fa49da81c
commit 32e055c799

View File

@@ -27,9 +27,9 @@ RUN apt-get update \
| 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 l
RUN \
RUN
#################
# Correct image #
#################