From bddbdf585062a5a5f58e6f8e8176bfe93a458a19 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Jul 2021 08:56:08 -0600 Subject: [PATCH] Added hplip. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9652fa7..3114581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest # 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 \ cups-libs \ cups-pdf \ @@ -13,6 +13,7 @@ RUN echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositorie gutenprint-doc \ gutenprint-cups \ ghostscript \ + hplip \ avahi \ inotify-tools \ python3 \