mirror of
https://github.com/nikdoof/cups-avahi-airprint.git
synced 2025-12-13 09:52:26 +00:00
remove pip install in favor of native package
This commit is contained in:
@@ -19,12 +19,10 @@ RUN echo -e "https://dl-cdn.alpinelinux.org/alpine/edge/testing\nhttps://dl-cdn.
|
|||||||
inotify-tools \
|
inotify-tools \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
py3-pip \
|
|
||||||
build-base \
|
build-base \
|
||||||
wget \
|
wget \
|
||||||
rsync \
|
rsync \
|
||||||
&& pip3 --no-cache-dir install --upgrade pip --break-system-packages \
|
py3-pycups \
|
||||||
&& pip3 install pycups --break-system-packages \
|
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# This will use port 631
|
# This will use port 631
|
||||||
|
|||||||
Reference in New Issue
Block a user