Install updated git version in lint image (#1122)

This commit is contained in:
Jesse Hills 2020-07-12 08:22:03 +12:00 committed by GitHub
parent dd4ea51d1f
commit ac4a179703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@ RUN \
clang-format-7 \
clang-tidy-7 \
patch \
software-properties-common \
&& apt-add-repository ppa:git-core/ppa \
&& apt-get install -y --no-install-recommends \
git \
&& rm -rf \
/tmp/* \
/var/{cache,log}/* \