[build][rpm] Switch to latest epel release

Closes-Bug: #1571773

Partial-Bug: #1575171

Change-Id: I99c1e843f4369c6505a69ad1792659152f6872c0
(cherry picked from commit 1d93085bb8)
This commit is contained in:
Dmitry Burmistrov 2016-04-19 11:24:10 +03:00 committed by Sergey Kulanov
parent fb45b80d7b
commit 292fb8cbcb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM centos:centos7
MAINTAINER Igor Gnatenko <ignatenko@mirantis.com>
RUN yum -y --disableplugin=fastestmirror install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm && \
RUN yum -y --disableplugin=fastestmirror install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
yum -y --disableplugin=fastestmirror install --enablerepo=epel-testing mock && \
yum clean --enablerepo=epel-testing all && \
useradd abuild -g mock