Skip to content

Commit f90bd43

Browse files
committed
[fix] upgrade all BUT pip
1 parent 3a98954 commit f90bd43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ ARG APP_GID=1000
5858
echo "master" >> VERSION; \
5959
pip3 install --no-cache-dir --break-system-packages -r /opt/py-kms/requirements.gui.txt; \
6060
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;
61+
apk del --no-network .build; \
62+
rm -rf /usr/lib/python3.12/site-packages/pip;
6263

6364
# :: copy filesystem changes
6465
COPY ./rootfs /

0 commit comments

Comments
 (0)