Skip to content

Commit 9dd150c

Browse files
committed
ESP32: Update Dockerfile for 4.2-r4
1 parent 815aaff commit 9dd150c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docker/esp32/Dockerfile-esp32-build

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ RUN git clone -j 8 --branch $DOCKER_TAG --depth 1 --recursive --shallow-submodul
4141
RUN cd /opt/Espressif/esp-idf && git tag v$DOCKER_TAG
4242
ENV IDF_PATH=/opt/Espressif/esp-idf
4343

44-
ADD lwip_dns.patch /opt/Espressif/esp-idf/components/lwip/lwip
45-
RUN cd /opt/Espressif/esp-idf/components/lwip/lwip && patch -p 1 < lwip_dns.patch
44+
# Apply submodule patches.
45+
RUN cd $IDF_PATH && ./patch_submodules.sh
4646

4747
# Pre-build configuration tools
4848
RUN cd $IDF_PATH/tools/kconfig && make conf-idf

0 commit comments

Comments
 (0)