We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815aaff commit 9dd150cCopy full SHA for 9dd150c
tools/docker/esp32/Dockerfile-esp32-build
@@ -41,8 +41,8 @@ RUN git clone -j 8 --branch $DOCKER_TAG --depth 1 --recursive --shallow-submodul
41
RUN cd /opt/Espressif/esp-idf && git tag v$DOCKER_TAG
42
ENV IDF_PATH=/opt/Espressif/esp-idf
43
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
+# Apply submodule patches.
+RUN cd $IDF_PATH && ./patch_submodules.sh
46
47
# Pre-build configuration tools
48
RUN cd $IDF_PATH/tools/kconfig && make conf-idf
0 commit comments