Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apk add build-base linux-headers \
make musl-dev # go

# Unit testing prereqs
RUN pip3 install -U pytest-xdist nose rednose psutil
RUN pip3 install -U pytest-xdist nose rednose psutil requests

# No go for the time being:
## Configure Go
Expand Down
1 change: 1 addition & 0 deletions ubuntu-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Zurich && \
python3-pytest-xdist \
python3-psutil \
python3-pip \
python3-requests \
zlib1g-dev \
maven \
openjdk-11-jdk \
Expand Down