From 7fc14363f07bb741afafb37e0e4b6a70941fbeb5 Mon Sep 17 00:00:00 2001 From: chuckcharlie Date: Sat, 9 Dec 2023 15:06:42 -0700 Subject: [PATCH] remove pip install in favor of native package --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6674b33..13eda45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,12 +19,10 @@ RUN echo -e "https://dl-cdn.alpinelinux.org/alpine/edge/testing\nhttps://dl-cdn. inotify-tools \ python3 \ python3-dev \ - py3-pip \ build-base \ wget \ rsync \ - && pip3 --no-cache-dir install --upgrade pip --break-system-packages \ - && pip3 install pycups --break-system-packages \ + py3-pycups \ && rm -rf /var/cache/apk/* # This will use port 631