From b8008afda47d4908cbb1f07db0ea6289a6049024 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Mon, 6 Dec 2021 20:57:09 +0100 Subject: [PATCH] Always take latest master from espressif --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3220f8c..28cf807 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ RUN apt update \ && DEBIAN_FRONTEND=noninteractive apt install git-core cmake libusb-1.0-0 python3 python-is-python3 python3-virtualenv ccache -y \ && rm /var/lib/apt/lists/* /var/log/* -Rf -RUN git clone --branch=v5.0-dev https://github.com/espressif/esp-idf.git esp-idf \ +RUN git clone https://github.com/espressif/esp-idf.git esp-idf \ && ./esp-idf/install.sh \ && rm -Rf esp-idf