From 76f2ca8bf85c943d1142035d628499cc61a3289c Mon Sep 17 00:00:00 2001 From: 11525496 <11525496+3id0@users.noreply.github.com> Date: Sun, 17 Oct 2021 15:37:34 +0000 Subject: [PATCH] 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. --- build/bench/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/bench/Dockerfile b/build/bench/Dockerfile index d4c9d6d0..448172da 100644 --- a/build/bench/Dockerfile +++ b/build/bench/Dockerfile @@ -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 \