Add latexmk as a dependency

This commit is contained in:
2025-10-22 02:08:39 +02:00
parent 1f5e0cf498
commit c7ded88398

View File

@@ -3,6 +3,7 @@ FROM public.ecr.aws/docker/library/debian:trixie-slim AS base
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
texlive-xetex \ texlive-xetex \
latexmk \
texlive-fonts-extra \ texlive-fonts-extra \
texlive-lang-european \ texlive-lang-european \
&& \ && \