diff options
Diffstat (limited to 'gluster-s3object/CentOS/docker-gluster-s3/Dockerfile')
-rw-r--r-- | gluster-s3object/CentOS/docker-gluster-s3/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gluster-s3object/CentOS/docker-gluster-s3/Dockerfile b/gluster-s3object/CentOS/docker-gluster-s3/Dockerfile index 66474e3..9c857f4 100644 --- a/gluster-s3object/CentOS/docker-gluster-s3/Dockerfile +++ b/gluster-s3object/CentOS/docker-gluster-s3/Dockerfile @@ -25,7 +25,7 @@ RUN yum -v --setopt=tsflags=nodocs -y update && \ epel-release && \ yum -v --setopt=tsflags=nodocs -y install \ openstack-swift openstack-swift-{proxy,account,container,object,plugin-swift3} \ - git memcached python-prettytable && \ + git memcached python-prettytable python-setuptools && \ yum -y install systemd && \ (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done); \ rm -f /lib/systemd/system/multi-user.target.wants/*;\ |