Add git to build
This commit is contained in:
@@ -2,7 +2,7 @@ FROM archlinux:base
|
|||||||
|
|
||||||
WORKDIR /root
|
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/
|
COPY ./entrypoint.sh /root/
|
||||||
RUN chmod +x /root/entrypoint.sh
|
RUN chmod +x /root/entrypoint.sh
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ fi
|
|||||||
|
|
||||||
if [ -n "$INSTALL_HELPERS" ]; then
|
if [ -n "$INSTALL_HELPERS" ]; then
|
||||||
if [ "$INSTALL_HELPERS" == "true" ]; then
|
if [ "$INSTALL_HELPERS" == "true" ]; then
|
||||||
pacman -Sy git --noconfirm
|
|
||||||
CURR_DIR=$(pwd)
|
CURR_DIR=$(pwd)
|
||||||
mkdir ~/projects/ || true
|
mkdir ~/projects/ || true
|
||||||
cd ~/projects/
|
cd ~/projects/
|
||||||
|
|||||||
Reference in New Issue
Block a user