mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
Install always latest version of git
Closes https://github.com/espressif/esp-idf/issues/8673
This commit is contained in:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user