explicitly add latexmk to docker

closes #12
This commit is contained in:
Mirek Kratochvil 2023-07-10 18:04:29 +02:00
parent 8232ed9d06
commit e3b2307061

View File

@ -17,6 +17,7 @@ RUN apt-get -qq update && apt-get install -y \
texlive-science \
texlive \
ghostscript \
latexmk \
make
RUN rm -fr /var/lib/apt /var/cache/apt