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

View File

@@ -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/