diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-08-02 07:25:28 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-05 11:06:18 +0000 |
commit | 54eec54b2a80705b5c8a4e61abf360295d29c01f (patch) | |
tree | 67e7cac51412df36f2d0957a925b88a8d99e24fd /Dockerfile | |
parent | 47620961fe8eb9ec859b33bd0480a698e655af69 (diff) | |
download | podman-54eec54b2a80705b5c8a4e61abf360295d29c01f.tar.gz podman-54eec54b2a80705b5c8a4e61abf360295d29c01f.tar.bz2 podman-54eec54b2a80705b5c8a4e61abf360295d29c01f.zip |
Add missing dependencies to build system
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Closes: #1199
Approved by: rhatdan
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |