diff options
| author | Karanbir Singh <kbsingh@karan.org> | 2016-08-12 15:22:52 +0100 |
|---|---|---|
| committer | Karanbir Singh <kbsingh@karan.org> | 2016-08-12 15:22:52 +0100 |
| commit | c3612e0651da5510f9388279cad63e4f101c38d5 (patch) | |
| tree | 776ad9dcbd18a2d2328e669336183d9580c47b10 | |
| parent | 34f94415df1359107ab342b051e96e21d62ca87f (diff) | |
dont need EPEL, the deps should all resolve locally
| -rw-r--r-- | CentOS/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index bb4b333..0a15671 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -17,8 +17,6 @@ rm -f /lib/systemd/system/anaconda.target.wants/*; RUN yum --setopt=tsflags=nodocs -y install wget nfs-utils attr iputils iproute centos-release-gluster -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 sed -i '/Defaults requiretty/c\#Defaults requiretty' /etc/sudoers |
