Merge pull request 'Add latexmk as a dependency' (#2) from change-base-image into main
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -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 \
|
||||||
&& \
|
&& \
|
||||||
|
|||||||
Reference in New Issue
Block a user