Add latexmk as a dependency
This commit is contained in:
@@ -3,6 +3,7 @@ FROM public.ecr.aws/docker/library/debian:trixie-slim AS base
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
texlive-xetex \
|
||||
latexmk \
|
||||
texlive-fonts-extra \
|
||||
texlive-lang-european \
|
||||
&& \
|
||||
|
||||
Reference in New Issue
Block a user