We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbbafc commit 6eb6560Copy full SHA for 6eb6560
alpine/Dockerfile
@@ -26,7 +26,7 @@ RUN apk add build-base linux-headers \
26
make musl-dev # go
27
28
# Unit testing prereqs
29
-RUN pip3 install -U pytest-xdist nose rednose psutil
+RUN pip3 install -U pytest-xdist nose rednose psutil requests
30
31
# No go for the time being:
32
## Configure Go
ubuntu-jammy/Dockerfile
@@ -32,6 +32,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Zurich && \
python3-pytest-xdist \
33
python3-psutil \
34
python3-pip \
35
+ python3-requests \
36
zlib1g-dev \
37
maven \
38
openjdk-11-jdk \
0 commit comments