Skip to content

Commit

Permalink
Add python3-venv to build prerequisites (#3322)
Browse files Browse the repository at this point in the history
* Add python3-venv to build prerequisites

* Also add python3-dev
  • Loading branch information
mspang authored and pull[bot] committed Oct 26, 2020
1 parent 5aa2ec3 commit a3ee941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions integrations/docker/images/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ RUN set -x \
libmbedtls-dev \
openjdk-11-jdk \
python3 \
python3-dev \
python3-pip \
python3-venv \
libusb-1.0-0 \
libncurses5-dev \
libncursesw5-dev \
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.4.10
0.4.11

0 comments on commit a3ee941

Please sign in to comment.