From 9f180c44e938d694b2fe7cabfe40eeb735bd0edd Mon Sep 17 00:00:00 2001 From: chuckcharlie Date: Sat, 9 Dec 2023 14:46:25 -0700 Subject: [PATCH] Force pip3 pycups install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4073525..298c5f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN echo -e "https://dl-cdn.alpinelinux.org/alpine/edge/testing\nhttps://dl-cdn. wget \ rsync \ && pip3 --no-cache-dir install --upgrade pip \ - && pip3 install pycups \ + && pip3 install pycups --break-system-packages \ && rm -rf /var/cache/apk/* # This will use port 631