remove pip install in favor of native package

This commit is contained in:
chuckcharlie
2023-12-09 15:06:42 -07:00
committed by GitHub
parent a147a393ba
commit 7fc14363f0

View File

@@ -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