From f90bd43a161e24a3f1e0e0e805307a7503a2520c Mon Sep 17 00:00:00 2001 From: ElevenNotes Date: Fri, 2 May 2025 10:14:51 +0200 Subject: [PATCH] [fix] upgrade all BUT pip --- arch.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch.dockerfile b/arch.dockerfile index cea1bc6..8feeb93 100644 --- a/arch.dockerfile +++ b/arch.dockerfile @@ -58,7 +58,8 @@ ARG APP_GID=1000 echo "master" >> VERSION; \ pip3 install --no-cache-dir --break-system-packages -r /opt/py-kms/requirements.gui.txt; \ 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; \ - apk del --no-network .build; + apk del --no-network .build; \ + rm -rf /usr/lib/python3.12/site-packages/pip; # :: copy filesystem changes COPY ./rootfs /