🚑 Do not use cache on package cleanup

This commit is contained in:
Franck Nijhof 2020-05-16 17:51:11 +02:00
parent a51f0b08b9
commit df72178cf0
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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 \