Merge branch 'fix/idf_path' into 'main'

tools/docker: Fixed the docker build for idf path export issue

See merge request app-frameworks/esp-matter!1104
This commit is contained in:
Hrishikesh Dhayagude
2025-04-18 22:37:46 +08:00
+3 -1
View File
@@ -48,7 +48,9 @@ RUN set -x \
&& cd ./connectedhomeip/connectedhomeip \
&& ./scripts/checkout_submodules.py --platform esp32 linux --shallow \
&& cd ../.. \
&& . $IDF_PATH/export.sh \
&& cd $IDF_PATH \
&& . ./export.sh \
&& cd $ESP_MATTER_PATH \
&& ./install.sh \
&& : # last line