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

This commit is contained in:
shripad621git
2025-04-18 17:37:12 +05:30
parent 29e1c9b993
commit 4164f8ddaf
+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