👕 Add missing no-cache directive to package cleanup

This commit is contained in:
Franck Nijhof 2020-11-03 10:02:15 +01:00
parent a633e48f51
commit 7fb764e9e4
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -28,8 +28,8 @@ RUN \
&& make \
&& make install \
\
&& rm -f -r /tmp/* \
&& apk del --purge .build-dependencies
&& apk del --no-cache --purge .build-dependencies \
&& rm -f -r /tmp/*
# Copy root filesystem
COPY rootfs /