From a558b266ce66ba19cb7583d9c6431084307d7217 Mon Sep 17 00:00:00 2001 From: Cail Daley Date: Wed, 9 Sep 2026 00:50:17 +0200 Subject: [PATCH] Add TeX distribution to container image Co-Authored-By: Claude Fable 5.1 --- Dockerfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79fdf0d8..560df4b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,14 @@ RUN apt-get update -y --quiet --fix-missing && \ liblapack-dev \ libgsl-dev \ libcfitsio-dev \ - libfftw3-dev + libfftw3-dev \ + texlive-latex-base \ + texlive-latex-recommended \ + texlive-fonts-recommended \ + dvipng \ + ghostscript \ + cm-super && \ + rm -rf /var/lib/apt/lists/* # The base shapepipe image provides a uv-managed venv at /app/.venv (exported as # VIRTUAL_ENV); install sp_validation's deps into that same venv rather than