mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-05 03:31:30 +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 global remove modclean \
|
||||||
&& yarn cache clean \
|
&& 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 {} \; \
|
&& find /var/www/ -type f -name "*.md" -depth -exec rm -f {} \; \
|
||||||
&& rm -f -r \
|
&& rm -f -r \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue