Clean bashio code

This commit is contained in:
Alexandre
2021-10-23 22:45:38 +02:00
parent e3c741d315
commit 3a54fe2b6c
14 changed files with 19 additions and 41 deletions

View File

@@ -25,10 +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 \
\
/var/{cache,log}/* \
/var/lib/apt/lists/*
&& rm -rf /tmp/bashio
# Copy root filesystem
COPY rootfs /