diff --git a/test/Dockerfile b/test/Dockerfile index eb114f3..1f63198 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -12,10 +12,12 @@ RUN dnf -y upgrade \ postgresql \ pylint \ python3-flexmock \ + python3-httpretty \ python3-jsonschema \ python3-pytest-cov \ python3-pytest \ python3-koji \ + python3-requests \ && dnf clean all COPY entrypoint.sh /entrypoint.sh