summaryrefslogtreecommitdiffstats
path: root/CentOS
diff options
context:
space:
mode:
authorWolfgang Powisch <powo@powo.priv.at>2016-04-27 21:42:14 +0200
committerWolfgang Powisch <powo@powo.priv.at>2016-04-27 21:42:14 +0200
commitdc5ef22ab878719c799b7c67f82c6eb36877aaf7 (patch)
tree50f7e25204fd81f9e6f6695c474e948cb47663fc /CentOS
parent5211c3dd8ce0ff520fe2fdcff3e6c69a47ceac7b (diff)
downloadgluster-dc5ef22ab878719c799b7c67f82c6eb36877aaf7.tar.gz
gluster-dc5ef22ab878719c799b7c67f82c6eb36877aaf7.tar.bz2
gluster-dc5ef22ab878719c799b7c67f82c6eb36877aaf7.tar.xz
gluster-dc5ef22ab878719c799b7c67f82c6eb36877aaf7.zip
used latest epel-release link
Diffstat (limited to 'CentOS')
-rw-r--r--CentOS/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile
index 39fb22a..2b7f73a 100644
--- a/CentOS/Dockerfile
+++ b/CentOS/Dockerfile
@@ -19,7 +19,7 @@ RUN yum --setopt=tsflags=nodocs -y install wget nfs-utils attr iputils iproute
RUN wget http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/glusterfs-epel.repo -O /etc/yum.repos.d/glusterfs-epel.repo
-RUN wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm; rpm -ivh epel-release-7-6.noarch.rpm; rm epel-release-7-6.noarch.rpm;
+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 glusterfs glusterfs-server glusterfs-geo-replication openssh-server