🔨 Don't use apk cache on cleanup

This commit is contained in:
Franck Nijhof 2020-02-27 02:28:45 +01:00
parent 4019825553
commit a156564488
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -120,7 +120,7 @@ RUN \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
\
&& apk del --purge .build-dependencies \
&& apk del --no-cache --purge .build-dependencies \
&& rm -f -r \
/usr/src \
"$GNUPGHOME" \