quadportnick / docker-cups-airprint

Docker image for CUPS intended as an AirPrint relay on Synology DSM
GNU General Public License v3.0
65 stars 136 forks source link

Add HPLIP #7

Open mburn0403 opened 4 years ago

mburn0403 commented 4 years ago

would it be possible to add the HPLIP Package to the container?

# apk add cups cups-libs cups-pdf cups-client cups-filters hplip

thoschworks commented 4 years ago

I don't know any reason why this shouldn't be possible.

Some remarks:

Just add hplip \ in a new line before line 18 and change line 1 to FROM ubuntu:bionic (or newer), because zesty is not supported anymore.