We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a98954 commit f90bd43Copy full SHA for f90bd43
arch.dockerfile
@@ -58,7 +58,8 @@ ARG APP_GID=1000
58
echo "master" >> VERSION; \
59
pip3 install --no-cache-dir --break-system-packages -r /opt/py-kms/requirements.gui.txt; \
60
pip3 list -o | sed 's/pip.*//' | grep . | cut -f1 -d' ' | tr " " "\n" | awk '{if(NR>=3)print}' | cut -d' ' -f1 | xargs -n1 pip3 install --no-cache-dir --break-system-packages -U; \
61
- apk del --no-network .build;
+ apk del --no-network .build; \
62
+ rm -rf /usr/lib/python3.12/site-packages/pip;
63
64
# :: copy filesystem changes
65
COPY ./rootfs /
0 commit comments