Skip to content

Commit 6eb6560

Browse files
authored
added Python requests to alpine and ubuntu-jammy Dockerfile (#97)
Signed-off-by: Ganyu (Bruce) Xu <g66xu@uwaterloo.ca>
1 parent adbbafc commit 6eb6560

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apk add build-base linux-headers \
2626
make musl-dev # go
2727

2828
# Unit testing prereqs
29-
RUN pip3 install -U pytest-xdist nose rednose psutil
29+
RUN pip3 install -U pytest-xdist nose rednose psutil requests
3030

3131
# No go for the time being:
3232
## Configure Go

ubuntu-jammy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Zurich && \
3232
python3-pytest-xdist \
3333
python3-psutil \
3434
python3-pip \
35+
python3-requests \
3536
zlib1g-dev \
3637
maven \
3738
openjdk-11-jdk \

0 commit comments

Comments
 (0)