From e7a834c040cbd9928e9f440534b214b11a4a04a4 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 14 Nov 2019 09:48:00 -0600 Subject: 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. --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3