summaryrefslogtreecommitdiff
path: root/Dockerfile.CentOS
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2018-08-02 07:25:28 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-05 11:06:18 +0000
commit54eec54b2a80705b5c8a4e61abf360295d29c01f (patch)
tree67e7cac51412df36f2d0957a925b88a8d99e24fd /Dockerfile.CentOS
parent47620961fe8eb9ec859b33bd0480a698e655af69 (diff)
downloadpodman-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.CentOS')
-rw-r--r--Dockerfile.CentOS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile.CentOS b/Dockerfile.CentOS
index 06f7ed602..2398245d5 100644
--- a/Dockerfile.CentOS
+++ b/Dockerfile.CentOS
@@ -21,6 +21,9 @@ RUN yum -y install btrfs-progs-devel \
ostree-devel \
python \
python3-dateutil \
+ python3-psutil \
+ python3-pytoml \
+ lsof \
which\
golang-github-cpuguy83-go-md2man \
nmap-ncat \