diff --git a/tasks/Containerfile b/tasks/Containerfile index 7b95ee18..1ec32621 100644 --- a/tasks/Containerfile +++ b/tasks/Containerfile @@ -42,9 +42,13 @@ 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-wheel \ qemu-kvm-core \