diff options
author | zsdc <taras@vyos.io> | 2020-09-15 17:14:53 +0300 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2020-09-15 17:17:11 +0300 |
commit | 6bab90e429a23413b98adf2160222e0e64c018cc (patch) | |
tree | b0d549147a975088399b26789a34fbdf8ee3497d /docker | |
parent | daf4f59001d4c04711ce9739e0b8eebb49c9f659 (diff) | |
download | vyos-build-6bab90e429a23413b98adf2160222e0e64c018cc.tar.gz vyos-build-6bab90e429a23413b98adf2160222e0e64c018cc.zip |
Cloud-init: T2117: Updated requirements list for Cloud-init package
To build newer Cloud-init packages we need also the `python3-pytest-cov` package in the vyos-build image
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 647725a9..b07122b2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -355,6 +355,7 @@ RUN apt-get update && apt-get install -y \ python3-yaml \ python3-jsonschema \ python3-contextlib2 \ + python3-pytest-cov \ cloud-utils # Packages needed for libnss-mapuser & libpam-radius |