Skip to content

Commit

Permalink
Add requests module for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Oct 4, 2023
1 parent ff7a8a1 commit 6b2fe63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cicd/platforms/ubuntu20.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && apt-get upgrade -y && \
llvm-11-dev \
ninja-build \
python3-numpy \
python3-requests \
file \
zlib1g-dev \
zstd && \
Expand Down
1 change: 1 addition & 0 deletions .cicd/platforms/ubuntu22.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update && apt-get upgrade -y && \
llvm-11-dev \
ninja-build \
python3-numpy \
python3-requests \
file \
zlib1g-dev \
zstd

0 comments on commit 6b2fe63

Please sign in to comment.