summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2023-06-15 18:54:48 +0900
committerPaul E. McKenney <paulmck@kernel.org>2023-06-15 09:25:34 -0700
commitc80fa89674a3cca5f95acb7fd16104ac21909e57 (patch)
treed1277da8685029f0ee23759d54609a0bf1a84208
parent85d32cbcf4e749df526517f69c5c58eff047027c (diff)
downloadperfbook-c80fa89674a3cca5f95acb7fd16104ac21909e57.tar.gz
docker/Dockerfile: Add poppler-utils package
Font markup info in PDF properties can be printed by the pdffonts command provided by the poppler-utils package. Add it for catching possible regression in Ubuntu's Inkscape. Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index faa0a0fb..b1111649 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=UTC apt-get install -y t
rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y fig2ps inkscape xfig graphviz psutils \
texlive-publishers texlive-pstricks texlive-science texlive-fonts-extra \
- make nano vim git curl gnuplot-nox time && \
+ make nano vim git curl gnuplot-nox time poppler-utils && \
rm -rf /var/lib/apt/lists/*
COPY steel-city-comic.regular.ttf /usr/local/share/fonts/
RUN fc-cache /usr/local/share/fonts/