Add git credential to skip password typing

avx_docs
liaogang 8 years ago
parent 36672ae309
commit 15972c0852

@ -32,7 +32,7 @@ RUN apt-get update && \
apt-get install -y automake locales clang-format-3.8 && \ apt-get install -y automake locales clang-format-3.8 && \
apt-get clean -y apt-get clean -y
RUN git config --global credential.helper "cache --timeout=604800" RUN git config --global credential.helper store
# Fix locales to en_US.UTF-8 # Fix locales to en_US.UTF-8
RUN localedef -i en_US -f UTF-8 en_US.UTF-8 RUN localedef -i en_US -f UTF-8 en_US.UTF-8

Loading…
Cancel
Save