From 15972c08529a5e015d20df3fc76b9a608ed46374 Mon Sep 17 00:00:00 2001 From: liaogang Date: Wed, 1 Mar 2017 21:08:22 +0800 Subject: [PATCH] Add git credential to skip password typing --- paddle/scripts/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/docker/Dockerfile b/paddle/scripts/docker/Dockerfile index 1b55a40f10..b6355cc2db 100644 --- a/paddle/scripts/docker/Dockerfile +++ b/paddle/scripts/docker/Dockerfile @@ -32,7 +32,7 @@ RUN apt-get update && \ apt-get install -y automake locales clang-format-3.8 && \ 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 RUN localedef -i en_US -f UTF-8 en_US.UTF-8 -- GitLab