We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f1a6f commit c3dd6dbCopy full SHA for c3dd6db
xml/Dockerfile
@@ -28,6 +28,7 @@ RUN apk -U upgrade \
28
apk -u list ; \
29
exit 1 ; \
30
fi \
31
+ && apk cache clean \
32
&& rm -rf /var/cache/apk/*
33
34
RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
0 commit comments