We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4f777 commit 8d2d115Copy full SHA for 8d2d115
json/Dockerfile
@@ -24,6 +24,7 @@ RUN apk -U upgrade \
24
apk -u list ; \
25
exit 1 ; \
26
fi \
27
+ && apk cache clean \
28
&& rm -rf /var/cache/apk/*
29
30
RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
0 commit comments