mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
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:
parent
c149a93f31
commit
76f2ca8bf8
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ RUN apt-get update -y && apt-get install \
|
||||||
fonts-cantarell \
|
fonts-cantarell \
|
||||||
xfonts-75dpi \
|
xfonts-75dpi \
|
||||||
xfonts-base \
|
xfonts-base \
|
||||||
|
cups \
|
||||||
# to work inside the container
|
# to work inside the container
|
||||||
locales \
|
locales \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue