Merge branch 'feature/docker_image_latest_git' into 'release/v4.3'

Install always latest version of git (release-v4.3)

See merge request espressif/esp-idf!17651
This commit is contained in:
Roland Dobai 2022-03-31 22:14:24 +08:00
commit 4efc516c1a

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 \