This commit is contained in:
2025-09-17 19:22:59 +00:00
parent 73499e5ed8
commit 8c8dfd1a7d

View File

@@ -19,13 +19,20 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
inkscape \ inkscape \
calibre \ calibre \
pngquant \ pngquant \
pandoc \
resvg \
libvips-tools \ libvips-tools \
build-essential \ build-essential \
pkg-config \ pkg-config \
git \ git \
jpeg-xl-progs \
potrace \
curl \ curl \
texlive \ texlive \
texlive-latex-extra \ texlive-latex-extra \
texlive-fonts-recommended \
nodejs \
npm \
texlive-xetex texlive-xetex
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*