fix: Add cups package for PDF font rendering

cups - Common UNIX Printing System(tm)
PPD/driver support, web interface

CUPS is a modular printing system which allows a computer to act as a
print server. A computer running CUPS is a host that can accept print
jobs from client computers, process them, and send them to the
appropriate printer.
This commit is contained in:
11525496 2021-10-17 15:37:34 +00:00
parent c149a93f31
commit 76f2ca8bf8

View file

@ -18,6 +18,7 @@ RUN apt-get update -y && apt-get install \
fonts-cantarell \
xfonts-75dpi \
xfonts-base \
cups \
# to work inside the container
locales \
build-essential \