diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-21 21:40:25 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-07-21 21:40:25 +0200 |
| commit | 29780ec79f631dce426a56a2322b9d7d753b2136 (patch) | |
| tree | 0c7a5f2efff5178228af2884890a5d03d9b65da4 | |
| parent | 791f8c8346b2e934a73f4523518f61c6fb1931a1 (diff) | |
| download | vyos-build-29780ec79f631dce426a56a2322b9d7d753b2136.tar.gz vyos-build-29780ec79f631dce426a56a2322b9d7d753b2136.zip | |
Docker: T7648: add additional vyos-1x dependencies python3-pyroute2, python3-voluptuous
| -rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 5a4e1db2..2c3891e0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -248,6 +248,8 @@ RUN pip --no-cache --no-cache-dir install --break-system-packages \ python3-certbot-nginx \ python3-pam \ python3-dbus \ + python3-pyroute2 \ + python3-voluptuous \ pylint \ quilt \ whois \ |
