diff options
author | John Estabrook <jestabro@sentrium.io> | 2019-11-14 09:48:00 -0600 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2019-11-14 09:54:04 -0600 |
commit | e7a834c040cbd9928e9f440534b214b11a4a04a4 (patch) | |
tree | 97d0560e76f9fe25e9a873149c4a76c9de2f217e /docker | |
parent | 460dbeaa04213d722ea95069eca82be8edb345de (diff) | |
download | vyos-build-e7a834c040cbd9928e9f440534b214b11a4a04a4.tar.gz vyos-build-e7a834c040cbd9928e9f440534b214b11a4a04a4.zip |
T1804: add python3-psutil to docker image
python3-psutil is a dependency of vyos-1x and will be a requirement for
the build if, for example, util.py is included in nosetests.
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 34733195..5c4342d5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -63,6 +63,7 @@ RUN apt-get update && apt-get install -y \ python3-coverage \ python3-sphinx \ python3-pystache \ + python3-psutil \ pkg-config \ debhelper \ jq |