Skip to content

Commit

Permalink
Update chip-build Dockerfile
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 packages `cxxfilt` `ghapi` `pandas`.

#### Testing

Local run of `gh_report.py` in the updated container.
  • Loading branch information
kpschoedel committed Oct 1, 2021
1 parent 74dd0f4 commit f106080
Showing 1 changed file with 1 addition and 1 deletion.
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 \
&& pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click cxxfilt ghapi pandas \
&& : # last line

# build and install gn
Expand Down

0 comments on commit f106080

Please sign in to comment.