fix: remove texlive-most
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 16s
Build / build-arch-linux (push) Has been cancelled

This commit is contained in:
2025-05-12 18:05:28 +02:00
parent 458bee010a
commit 94a88ca4eb
2 changed files with 43 additions and 2 deletions

View File

@ -13,8 +13,7 @@ RUN pacman --sync --noconfirm \
make \
python-pygments \
texlive-bin \
texlive-lang \
texlive-most && \
texlive-lang && \
rm --recursive --force /var/cache/pacman/pkg
ENV PATH=/usr/bin/vendor_perl:${PATH}