diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-26 21:18:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 21:18:03 +0200 |
commit | b90a73b304a05fb9088c388a21ccfcb0f9116fdb (patch) | |
tree | eccbf708025f8d23da7c06ee2d9435ee988f598f | |
parent | b82d8b6b9e5f836ea8149018af5acdf833de34e4 (diff) | |
parent | bf91ef9aab8dd2ca1e4f37a8defb166123cabd42 (diff) | |
download | vyos-build-b90a73b304a05fb9088c388a21ccfcb0f9116fdb.tar.gz vyos-build-b90a73b304a05fb9088c388a21ccfcb0f9116fdb.zip |
Merge pull request #677 from c-po/T6510-smoketesting-docker
Docker: T6510: add missing build dependencies for vyos-configd tests
-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 |