From e917ccdfa2bcdac8b00bc1ce86a7733346acde4b Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sun, 4 Jan 2026 12:02:23 +0100 Subject: [PATCH] Add git to build --- latex/default/Dockerfile | 2 +- latex/entrypoint.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/latex/default/Dockerfile b/latex/default/Dockerfile index 33fb751..c53fa0d 100644 --- a/latex/default/Dockerfile +++ b/latex/default/Dockerfile @@ -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 diff --git a/latex/entrypoint.sh b/latex/entrypoint.sh index 0854342..36517b6 100755 --- a/latex/entrypoint.sh +++ b/latex/entrypoint.sh @@ -16,7 +16,6 @@ fi if [ -n "$INSTALL_HELPERS" ]; then if [ "$INSTALL_HELPERS" == "true" ]; then - pacman -Sy git --noconfirm CURR_DIR=$(pwd) mkdir ~/projects/ || true cd ~/projects/