mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
🔨 Don't use apk cache on cleanup
This commit is contained in:
parent
c290aa5235
commit
ed602bfbdb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ RUN \
|
|||
\
|
||||
&& yarn global remove modclean \
|
||||
&& yarn cache clean \
|
||||
&& apk del --purge .build-dependencies \
|
||||
&& apk del --no-cache --purge .build-dependencies \
|
||||
&& rm -fr /tmp/*
|
||||
|
||||
# Copy root filesystem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue