This commit is contained in:
2025-09-17 19:52:52 +00:00
parent ae280298ba
commit e8040e5e95

View File

@@ -29,10 +29,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \ curl \
texlive \ texlive \
jpegoptim \ jpegoptim \
texlive-latex-extra \ texlive-latex-recommended \
texlive-fonts-recommended \ texlive-fonts-recommended \
libxml2 \ libxml2 \
texlive-xetex \ texlive-xetex \
texlive-science \
libxml2-dev \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*