From 338afd2f27c503b3ea4e2d0d8e1fcd0bf8c5b651 Mon Sep 17 00:00:00 2001 From: Mohamed Ashiq Liyazudeen Date: Fri, 24 Jun 2016 14:35:43 +0530 Subject: update Dockerfile on https://wiki.centos.org/SpecialInterestGroup/Storage Signed-off-by: Mohamed Ashiq Liyazudeen --- CentOS/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index f2781db..bb4b333 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -15,9 +15,8 @@ rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \ rm -f /lib/systemd/system/basic.target.wants/*;\ rm -f /lib/systemd/system/anaconda.target.wants/*; -RUN yum --setopt=tsflags=nodocs -y install wget nfs-utils attr iputils iproute +RUN yum --setopt=tsflags=nodocs -y install wget nfs-utils attr iputils iproute centos-release-gluster -RUN wget http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/glusterfs-epel.repo -O /etc/yum.repos.d/glusterfs-epel.repo RUN wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm; rpm -ivh epel-release-latest-7.noarch.rpm; rm epel-release-latest-7.noarch.rpm; RUN yum --setopt=tsflags=nodocs -y install openssh-server openssh-clients ntp rsync tar cronie sudo xfsprogs glusterfs glusterfs-server glusterfs-geo-replication;yum clean all; -- cgit v1.2.1