Update Dockerfile

This commit is contained in:
Alexandre
2021-11-05 20:27:02 +01:00
committed by GitHub
parent bfa382a8ea
commit 6e551f8932

View File

@@ -23,7 +23,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 || true
# Copy root filesystem
COPY rootfs /