👕 Add missing no-cache directive to package cleanup

This commit is contained in:
Franck Nijhof
2020-11-03 10:02:15 +01:00
Unverified
parent a633e48f51
commit 7fb764e9e4

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 /