mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
🚑 Do not use cache on package cleanup
This commit is contained in:
parent
a51f0b08b9
commit
df72178cf0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ RUN \
|
|||
\
|
||||
&& yarn global remove modclean \
|
||||
&& yarn cache clean \
|
||||
&& apk del --purge .build-dependencies \
|
||||
&& apk del --no-cache --purge .build-dependencies \
|
||||
\
|
||||
&& find /var/www/ -type f -name "*.md" -depth -exec rm -f {} \; \
|
||||
&& rm -f -r \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue