Add git to Dockerfile

This commit is contained in:
Pedro Pombeiro 2019-03-06 12:00:40 +01:00 committed by Jakub
parent abf6bf96fc
commit a7b38902c2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ARG JENKINS_GID
RUN apt-get update \
&& apt-get -q -y --no-install-recommends \
install file locales curl strace jq bzip2 ca-certificates \
install file locales curl git strace jq bzip2 ca-certificates \
&& apt-get clean \
&& locale-gen ${LANG} \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man