Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Added multiple printer drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx authored Aug 3, 2020
1 parent 8f80d3e commit ae64a8c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ FROM ubuntu:xenial
RUN apt-get update && apt-get install -y \
cups \
cups-pdf \
cups-bsd \
cups-filters \
hplip \
printer-driver-splix \
inotify-tools \
foomatic-db-compressed-ppds \
printer-driver-all \
openprinting-ppds \
hpijs-ppds \
hp-ppd \
python-cups \
&& rm -rf /var/lib/apt/lists/*

Expand Down

1 comment on commit ae64a8c

@RagingTiger
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #7

Please sign in to comment.