Install always latest version of git

Closes https://github.com/espressif/esp-idf/issues/8673
This commit is contained in:
Tomas Sebestik
2022-03-30 11:04:38 +02:00
parent 52de71c60e
commit 2ffd558153

View File

@@ -4,6 +4,9 @@ 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 \