From 7d7f1be3438e27b94f6c86a995efee6fc097ee41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jari-Matti=20M=C3=A4kel=C3=A4?= <jmjmak@utu.fi> Date: Sat, 27 Nov 2021 14:14:52 +0200 Subject: [PATCH] Update debian + add librsvg for svg support in pandoc --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7e30f45..41c3ace 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # https://tug.org/texlive/quickinstall.html -FROM debian:stable +FROM debian:bullseye ENV DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,7 @@ RUN cat $TEXPROFILE && \ apt-get -qq update -y && \ # # deps for texlive, verapdf, make, pdf cmdline utils, pygments/minted, pandoc - apt-get install -y texlive-base wget make ghostscript poppler-utils \ + apt-get install -y texlive-base wget make ghostscript poppler-utils librsvg2-bin \ fontconfig inotify-tools openjdk-11-jre-headless \ python3-pygments python3-pandocfilters \ pandoc-citeproc pandoc && \ -- GitLab