feat: Adds xelatex package to docker image.
All checks were successful
CI / Run Tests (push) Successful in 1m25s
Build docker images / docker (push) Successful in 7m21s

This commit is contained in:
2025-11-07 17:02:50 -05:00
parent f7f3ac5dc7
commit 45a1520a2b

View File

@@ -56,6 +56,7 @@ RUN export DEBIAN_FRONTEND=nointeractive DEBCONF_NOINTERACTIVE_SEEN=true && \
just \ just \
pandoc \ pandoc \
texlive \ texlive \
texlive-xetex \
libjemalloc2 \ libjemalloc2 \
libcurl4 \ libcurl4 \
tzdata \ tzdata \