Skip to content

Commit

Permalink
lock the pip related tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Jan 18, 2023
1 parent 89c6fb6 commit 1855c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-cirque/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy \
sudo socat psmisc tigervnc-standalone-server xorg xauth \
python3-pip python3-venv python3-setuptools libdbus-glib-1-dev \
python3-pip python3-venv libdbus-glib-1-dev \
uuid-runtime libgirepository1.0-dev \
&& : # aids diffs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ flask >= 1.1.0
pycodestyle >= 2.5.0
pylint == 2.4
pyroute2 >= 0.5.7
setuptools == 65.7.0
six >= 1.12
toml

0 comments on commit 1855c02

Please sign in to comment.