Revert "Install always latest version of git"

This reverts commit 6d2abc2332.
This commit is contained in:
Roland Dobai 2022-04-14 15:25:59 +02:00
parent ca9f285782
commit 3f385b46cc

View File

@ -4,9 +4,6 @@ ARG DEBIAN_FRONTEND=noninteractive
# We need libpython2.7 due to GDB tools
RUN : \
&& apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository -y ppa:git-core/ppa \
&& apt-get update \
&& apt-get install -y \
apt-utils \