From 5f828e03fe5896a1ab2f96e1848e91e8ca5c7692 Mon Sep 17 00:00:00 2001 From: Mohamed Ashiq Liyazudeen Date: Tue, 9 May 2017 13:16:03 +0530 Subject: Fix the yum install Signed-off-by: Mohamed Ashiq Liyazudeen --- CentOS/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*;\ -- cgit v1.2.1