From 54eec54b2a80705b5c8a4e61abf360295d29c01f Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Thu, 2 Aug 2018 07:25:28 -0700 Subject: Add missing dependencies to build system Signed-off-by: Jhon Honce Closes: #1199 Approved by: rhatdan --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 40b07a5c1..b9f1f1fc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,9 @@ RUN apt-get update && apt-get install -y \ python3-pip \ python3-dateutil \ python3-setuptools \ + python3-psutil \ + python3-pytoml \ + lsof \ xz-utils \ --no-install-recommends \ && apt-get clean -- cgit v1.2.3-54-g00ecf