summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CentOS/Dockerfile2
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/*;\