fix: add lmodern

issue: #320
This commit is contained in:
C4illin 2025-06-08 22:12:26 +02:00
parent f789d9dfe3
commit 761f56b869

View file

@ -58,6 +58,7 @@ RUN apt-get update && apt-get install -y \
libjxl-tools \
libva2 \
libvips-tools \
lmodern \
mupdf-tools \
pandoc \
poppler-utils \
@ -65,7 +66,9 @@ RUN apt-get update && apt-get install -y \
python3-numpy \
resvg \
texlive \
texlive-fonts-recommended \
texlive-latex-extra \
texlive-latex-recommended \
texlive-xetex \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*