mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +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 \
|
&& cd ./connectedhomeip/connectedhomeip \
|
||||||
&& ./scripts/checkout_submodules.py --platform esp32 linux --shallow \
|
&& ./scripts/checkout_submodules.py --platform esp32 linux --shallow \
|
||||||
&& cd ../.. \
|
&& cd ../.. \
|
||||||
&& . $IDF_PATH/export.sh \
|
&& cd $IDF_PATH \
|
||||||
|
&& . ./export.sh \
|
||||||
|
&& cd $ESP_MATTER_PATH \
|
||||||
&& ./install.sh \
|
&& ./install.sh \
|
||||||
&& : # last line
|
&& : # last line
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user