Adding latexmk to dockerfile install packages, convertx errors otherwise complaining about latexmk not found in path when converting latex files with xetex

This commit is contained in:
foo 2025-08-25 15:32:05 +10:00
parent a64eaa3fc0
commit da982dc831

View file

@ -54,6 +54,7 @@ RUN apt-get update && apt-get install -y \
graphicsmagick \ graphicsmagick \
imagemagick-7.q16 \ imagemagick-7.q16 \
inkscape \ inkscape \
latexmk \
libheif-examples \ libheif-examples \
libjxl-tools \ libjxl-tools \
libreoffice \ libreoffice \