This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new b3dcebce07 linux/Dockerfile: Add the python3 coloredlogs package for 
the matter build
b3dcebce07 is described below

commit b3dcebce07849c88be4da8df447754da9ca3cb48
Author: zhanghongyu <zhanghon...@xiaomi.com>
AuthorDate: Wed Jan 10 14:52:01 2024 +0800

    linux/Dockerfile: Add the python3 coloredlogs package for the matter build
    
    Depend on this package when we compile using the build_examples.py script 
that comes with matter.
    
    Signed-off-by: zhanghongyu <zhanghon...@xiaomi.com>
---
 tools/ci/docker/linux/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile
index 85a2da3e0a..c1a3ff858f 100644
--- a/tools/ci/docker/linux/Dockerfile
+++ b/tools/ci/docker/linux/Dockerfile
@@ -343,10 +343,11 @@ RUN pip3 install pytest==6.2.5
 RUN pip3 install pytest-json==0.4.0
 RUN pip3 install pytest-ordering==0.6
 RUN pip3 install pytest-repeat==0.9.1
-# Install lark stringcase and jinja2 for matter build
+# Install lark stringcase jinja2 and coloredlogs for matter build
 RUN pip3 install lark
 RUN pip3 install stringcase
 RUN pip3 install jinja2
+RUN pip3 install coloredlogs
 
 # Upgrade nodejs to the latest version
 RUN npm install -g n && n stable && hash -r

Reply via email to