From a147a393bad751a9f766cad1752f4499d2ad721c Mon Sep 17 00:00:00 2001 From: chuckcharlie Date: Sat, 9 Dec 2023 14:52:53 -0700 Subject: [PATCH] Pip --break-system-packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 298c5f8..6674b33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN echo -e "https://dl-cdn.alpinelinux.org/alpine/edge/testing\nhttps://dl-cdn. build-base \ wget \ rsync \ - && pip3 --no-cache-dir install --upgrade pip \ + && pip3 --no-cache-dir install --upgrade pip --break-system-packages \ && pip3 install pycups --break-system-packages \ && rm -rf /var/cache/apk/*