Skip to content

Commit

Permalink
Merge branch 'feature/docker_image_latest_git_master' into 'master'
Browse files Browse the repository at this point in the history
Install always latest version of git

See merge request espressif/esp-idf!17652
  • Loading branch information
dobairoland committed Mar 31, 2022
2 parents fa55cf6 + 6d2abc2 commit 968fa03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 968fa03

Please sign in to comment.