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@xxxxxxxxx> --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index faa0a0fb5a31..b11116493c6d 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/ -- 2.25.1