Move to arch based images

This commit is contained in:
2025-12-23 16:16:00 +01:00
parent f4f60a1418
commit cbe823c9e3
4 changed files with 11 additions and 9 deletions

View File

@@ -2,9 +2,7 @@ FROM git.janishutz.com/registry/latex-build
WORKDIR /root
RUN apk add py3-pip python3 texmf-formatsextra texlive-humanities texmf-dist-metapost texmf-dist-publishers xdvik texmf-dist-latexextra
RUN pip3 install latexminted --break-system-packages
RUN pacman -S texlive-fontsextra texlive-publishers python-pygments --noconfirm
COPY ./entrypoint.sh /root/
RUN chmod +x /root/entrypoint.sh