Skip to content

Commit

Permalink
Update chip-build Dockerfile (project-chip#10149)
Browse files Browse the repository at this point in the history
#### Problem

`gh_report.py` doesn't run in the `chip-build` container.

#### Change overview

Add python package `tabulate`.

#### Testing

Local run of `gh_report.py` in the updated container,
configured to actually post github comments.
  • Loading branch information
kpschoedel committed Oct 6, 2021
1 parent 9ea2cc4 commit 0878cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -x \
&& : # last line

RUN set -x \
&& pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click cxxfilt ghapi pandas \
&& pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click cxxfilt ghapi pandas tabulate \
&& : # last line

# build and install gn
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.11
0.5.12

0 comments on commit 0878cd8

Please sign in to comment.