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/