Install always latest version of git

This commit is contained in:
Tomas Sebestik
2022-03-30 14:41:41 +02:00
parent ee034d5b6a
commit 6d2abc2332

View File

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