diff --git a/tasks/Containerfile b/tasks/Containerfile index 7b95ee18..578c47d2 100644 --- a/tasks/Containerfile +++ b/tasks/Containerfile @@ -42,10 +42,15 @@ RUN dnf -y update && \ python3-aioresponses \ python3-build \ python3-flake8 \ + python3-mypy \ python3-pika \ python3-pillow \ python3-pip \ + python3-pytest \ + python3-pytest-asyncio \ + python3-pytest-timeout \ python3-pyyaml \ + python3-vulture \ python3-wheel \ qemu-kvm-core \ rpm-build \