We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0222e87 commit d15288eCopy full SHA for d15288e
Dockerfile
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
10
texlive-latex-extra \
11
texlive-fonts-recommended \
12
texlive-lang-all \
13
+ latexmk \
14
&& apt-get clean \
15
&& rm -rf /var/lib/apt/lists/*
16
deploy.Dockerfile
0 commit comments