Skip to content
Snippets Groups Projects
Commit be6a7e88 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Set color.ui to avoid google git repo to ask for it

parent 2189d1ba
No related branches found
No related tags found
No related merge requests found
...@@ -63,5 +63,7 @@ USER ${USERNAME} ...@@ -63,5 +63,7 @@ USER ${USERNAME}
WORKDIR /home/${USERNAME} WORKDIR /home/${USERNAME}
# Setup git # Setup git
# Set color.ui to avoid google git repo to prompt for it
RUN git config --global user.name ${USERNAME} \ RUN git config --global user.name ${USERNAME} \
&& git config --global user.email ${USERNAME}@localhost.localdomain && git config --global user.email ${USERNAME}@localhost.localdomain \
&& git config --global color.ui auto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment