mirror of
https://github.com/nikdoof/cups-avahi-airprint.git
synced 2025-12-12 00:02:16 +00:00
Added hplip.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
# Install the packages we need. Avahi will be included
|
# Install the packages we need. Avahi will be included
|
||||||
RUN echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories &&\
|
RUN echo -e "http://nl.alpinelinux.org/alpine/edge/testing\nhttp://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories &&\
|
||||||
apk add --update cups \
|
apk add --update cups \
|
||||||
cups-libs \
|
cups-libs \
|
||||||
cups-pdf \
|
cups-pdf \
|
||||||
@@ -13,6 +13,7 @@ RUN echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositorie
|
|||||||
gutenprint-doc \
|
gutenprint-doc \
|
||||||
gutenprint-cups \
|
gutenprint-cups \
|
||||||
ghostscript \
|
ghostscript \
|
||||||
|
hplip \
|
||||||
avahi \
|
avahi \
|
||||||
inotify-tools \
|
inotify-tools \
|
||||||
python3 \
|
python3 \
|
||||||
|
|||||||
Reference in New Issue
Block a user