Skip to content

Commit

Permalink
linux/Dockerfile: Add the python3 coloredlogs package for the matter …
Browse files Browse the repository at this point in the history
…build

Depend on this package when we compile using the build_examples.py script that comes with matter.

Signed-off-by: zhanghongyu <[email protected]>
  • Loading branch information
zhhyu7 committed Jan 10, 2024
1 parent c479ccb commit 5b2dc6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ci/docker/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b2dc6b

Please sign in to comment.