Skip to content

Commit

Permalink
Merge pull request #6 from gofractally/python3-requests
Browse files Browse the repository at this point in the history
Add python3-requests
  • Loading branch information
James-Mart committed Aug 17, 2023
2 parents b2a46a6 + 1e04601 commit efa3d81
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 efa3d81

Please sign in to comment.