diff options
| author | Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | 2017-05-09 13:16:03 +0530 | 
|---|---|---|
| committer | Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | 2017-05-09 13:16:03 +0530 | 
| commit | 5f828e03fe5896a1ab2f96e1848e91e8ca5c7692 (patch) | |
| tree | acd08f13cacef13c4089e417bd3c9e7d0fe8d34d | |
| parent | 0739c194d3fe908b6770dde32f7d9efcf2912ce2 (diff) | |
| download | gluster-5f828e03fe5896a1ab2f96e1848e91e8ca5c7692.tar.gz gluster-5f828e03fe5896a1ab2f96e1848e91e8ca5c7692.tar.bz2 gluster-5f828e03fe5896a1ab2f96e1848e91e8ca5c7692.tar.xz gluster-5f828e03fe5896a1ab2f96e1848e91e8ca5c7692.zip | |
Fix the yum install
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
| -rw-r--r-- | CentOS/Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index e77a714..cb45898 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -14,7 +14,7 @@ LABEL architecture="x86_64" \        description="Gluster Image is based on CentOS Image which is a scalable network filesystem. Using common off-the-shelf hardware, you can create large, distributed storage solutions for media streaming, data analysis, and other data- and bandwidth-intensive tasks." \        io.openshift.tags="gluster,glusterfs,glusterfs-centos" -RUN yum --setopt=tsflags=nodocs -y update; yum install centos-release-gluster; yum clean all; +RUN yum --setopt=tsflags=nodocs -y update; yum install -y centos-release-gluster; yum clean all;  RUN (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/*;\ | 
