From da982dc83155b6deca492359c309d0b6e3a3e25e Mon Sep 17 00:00:00 2001 From: foo Date: Mon, 25 Aug 2025 15:32:05 +1000 Subject: [PATCH] Adding latexmk to dockerfile install packages, convertx errors otherwise complaining about latexmk not found in path when converting latex files with xetex --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4d96c83..2f741da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,6 +54,7 @@ RUN apt-get update && apt-get install -y \ graphicsmagick \ imagemagick-7.q16 \ inkscape \ + latexmk \ libheif-examples \ libjxl-tools \ libreoffice \