diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 78c6e0e..f415988 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -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 diff --git a/ubuntu-jammy/Dockerfile b/ubuntu-jammy/Dockerfile index 119e2b1..1669973 100644 --- a/ubuntu-jammy/Dockerfile +++ b/ubuntu-jammy/Dockerfile @@ -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 \