Add git to build

This commit is contained in:
2026-01-04 12:02:23 +01:00
parent cbe823c9e3
commit e917ccdfa2
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM archlinux:base
WORKDIR /root
RUN pacman -Syu texlive-basic texlive-bin texlive-binextra texlive-fontsrecommended texlive-fontutils texlive-langgerman texlive-latex texlive-latexextra texlive-latexrecommended texlive-mathscience texlive-metapost texlive-pictures texlive-plaingeneric perl-yaml-tiny perl-file-homedir libxcrypt-compat --noconfirm
RUN pacman -Syu texlive-basic texlive-bin texlive-binextra texlive-fontsrecommended texlive-fontutils texlive-langgerman texlive-latex texlive-latexextra texlive-latexrecommended texlive-mathscience texlive-metapost texlive-pictures texlive-plaingeneric perl-yaml-tiny perl-file-homedir libxcrypt-compat git --noconfirm
COPY ./entrypoint.sh /root/
RUN chmod +x /root/entrypoint.sh