From 5b02cc63bab8f755d0c8cb80a96c1001cb5c520b Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 26 Jun 2024 20:42:57 +0200 Subject: Docker: T6510: add missing build dependencies for vyos-configd tests (cherry picked from commit bf91ef9aab8dd2ca1e4f37a8defb166123cabd42) --- docker/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index be789fc2..9bcc234f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -247,6 +247,12 @@ RUN pip install --break-system-packages \ python3-stdeb \ python3-all \ python3-coverage \ + python3-hurry.filesize \ + python3-netaddr \ + python3-paramiko \ + python3-passlib \ + python3-tabulate \ + python3-zmq \ pylint \ quilt \ whois -- cgit v1.2.3