From df71b11bf230c5f24dce4ee3f75ae40d9c07229f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 21 Aug 2026 10:25:18 +0200 Subject: [PATCH] fix(Dockerfile): add textlive and textlive-doc pkg --- Dockerfile.archlinux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.archlinux b/Dockerfile.archlinux index 17d5fc0..27db514 100644 --- a/Dockerfile.archlinux +++ b/Dockerfile.archlinux @@ -12,7 +12,9 @@ RUN pacman --sync --noconfirm \ gnuplot \ make \ python-pygments \ + texlive \ texlive-bin \ + texlive-doc \ texlive-lang && \ rm --recursive --force /var/cache/pacman/pkg