From 8578f5f3f4ae3f7b846e1a000f46838cb4cf46bf Mon Sep 17 00:00:00 2001 From: Mohamed Ashiq Liyazudeen Date: Fri, 24 Jun 2016 13:35:31 +0530 Subject: update Dockerfile Signed-off-by: Mohamed Ashiq Liyazudeen --- CentOS/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CentOS') diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index ef5c86a..f2781db 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -18,14 +18,10 @@ rm -f /lib/systemd/system/anaconda.target.wants/*; RUN yum --setopt=tsflags=nodocs -y install wget nfs-utils attr iputils iproute 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; -RUN echo 'root:password' | chpasswd -VOLUME [ "/sys/fs/cgroup" ] RUN sed -i '/Defaults requiretty/c\#Defaults requiretty' /etc/sudoers # Changing the port of sshd to avoid conflicting with host sshd @@ -57,4 +53,3 @@ RUN systemctl enable gluster-setup.service EXPOSE 2222 111 245 443 24007 2049 8080 6010 6011 6012 38465 38466 38468 38469 49152 49153 49154 49156 49157 49158 49159 49160 49161 49162 CMD ["/usr/sbin/init"] - -- cgit v1.2.1