diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-26 20:42:57 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-26 20:42:57 +0200 |
commit | bf91ef9aab8dd2ca1e4f37a8defb166123cabd42 (patch) | |
tree | eccbf708025f8d23da7c06ee2d9435ee988f598f /docker | |
parent | b82d8b6b9e5f836ea8149018af5acdf833de34e4 (diff) | |
download | vyos-build-bf91ef9aab8dd2ca1e4f37a8defb166123cabd42.tar.gz vyos-build-bf91ef9aab8dd2ca1e4f37a8defb166123cabd42.zip |
Docker: T6510: add missing build dependencies for vyos-configd tests
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |