separate RUN for git-credential-env

pull/144/head
Min RK 2017-11-22 14:56:09 +01:00
rodzic 504aeb7300
commit ed96e22743
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,6 +5,6 @@ RUN apk add --no-cache git
RUN mkdir /tmp/src
ADD . /tmp/src
RUN pip3 install --no-cache-dir /tmp/src && \
cp /tmp/src/docker/git-credential-env /usr/local/bin/git-credential-env && \
RUN pip3 install --no-cache-dir /tmp/src
RUN cp /tmp/src/docker/git-credential-env /usr/local/bin/git-credential-env && \
git config --system credential.helper env