mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
[v1.4]tools/docker: Fixed the docker build for idf path export issue
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user