aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2026-02-21 14:25:01 +0100
committerLeonard Kugis <leonard@kug.is>2026-02-21 14:25:01 +0100
commite829a0b2a81115f4721efafd9c4090c2aa2b9e80 (patch)
treed112f90ddb15453fb0e36dacf7d76b287eada499
parent2053d456e82d0399a284ca63429e18daa6d76917 (diff)
downloadaichat-dev-docker-e829a0b2a81115f4721efafd9c4090c2aa2b9e80.tar.gz
Added text processing packagesHEADmaster
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2165a1a..7829e1f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \
build-essential pkg-config \
lynx \
git \
+ pandoc texlive texlive-lang-german texlive-latex-extra \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/local/cargo/bin/aichat /usr/local/bin/aichat