diff options
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 |