tools/Dockerfile: Added the python certification tests Dockerfile changes

This commit is contained in:
shripad621git
2025-01-07 16:26:28 +05:30
committed by WanqQixiang
parent 22f0648cb9
commit f87ba0a497
+2
View File
@@ -59,6 +59,8 @@ RUN set -x \
&& git checkout FETCH_HEAD \
&& ./scripts/checkout_submodules.py --platform esp32 linux --shallow \
&& bash -c "source scripts/bootstrap.sh" \
&& ./scripts/build_python.sh --enable_ble true --chip_detail_logging true -i out/py-env \
&& bash -c "source out/py-env/bin/activate" \
&& ./scripts/examples/gn_build_example.sh examples/chip-tool out/host \
&& : # last line