From 4fdeb993bfbd309afc4290e37a123689a38e349d Mon Sep 17 00:00:00 2001 From: Jerome Hue Date: Tue, 20 Jun 2023 00:48:24 +0200 Subject: [PATCH] Remove git global config file --- linux-x86/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-x86/Dockerfile b/linux-x86/Dockerfile index 9fbd216..02ffd79 100644 --- a/linux-x86/Dockerfile +++ b/linux-x86/Dockerfile @@ -61,7 +61,6 @@ RUN echo 'source /usr/share/bash-completion/completions/git' >> /.bashrc RUN git clone https://github.com/lyze/posh-git-sh.git RUN echo 'source /posh-git-sh/git-prompt.sh' >> /.bashrc RUN echo "PROMPT_COMMAND='__posh_git_ps1 \"\\u@\\h:\\w \" \"\\\$ \";'$PROMPT_COMMAND" >> .bashrc -RUN git config --global bash.enableStashStatus false # Install libraries COPY install.sh /install.sh