From 8c8dfd1a7d090621791a1cff62d0f540804d1d53 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 17 Sep 2025 19:22:59 +0000 Subject: [PATCH] docker --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index 472fb5f..470c5c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,13 +19,20 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ inkscape \ calibre \ pngquant \ + pandoc \ + resvg \ libvips-tools \ build-essential \ pkg-config \ git \ + jpeg-xl-progs \ + potrace \ curl \ texlive \ texlive-latex-extra \ + texlive-fonts-recommended \ + nodejs \ + npm \ texlive-xetex && rm -rf /var/lib/apt/lists/*