🔨 Don't use apk cache on cleanup

This commit is contained in:
Franck Nijhof 2020-02-25 16:22:27 +01:00
parent c290aa5235
commit ed602bfbdb
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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