Skip to content

Commit

Permalink
Add python3-requests because it's needed by the integration tests for…
Browse files Browse the repository at this point in the history
… psinode
  • Loading branch information
swatanabe committed Jul 31, 2023
1 parent 1dac57a commit 1e04601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/ubuntu-2004-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libusb-1.0-0-dev \
libzstd-dev \
pkg-config \
python3-requests \
zstd \
&& apt-get clean -yq \
&& rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions docker/ubuntu-2204-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
lld-15 \
llvm-15 \
pkg-config \
python3-requests \
zstd \
&& apt-get clean -yq \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 1e04601

Please sign in to comment.