Skip to content
Snippets Groups Projects
Commit 92b12996 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Deal with CentOS 7.1 breakage"

parents 34872c1c 82db9eb6
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,10 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla) ...@@ -5,6 +5,10 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum install -y https://rdo.fedorapeople.org/rdo-release.rpm RUN yum install -y https://rdo.fedorapeople.org/rdo-release.rpm
RUN curl https://copr.fedoraproject.org/coprs/larsks/crux/repo/epel-7/larsks-crux-epel-7.repo -o /etc/yum.repos.d/larsks-crux-epel-7.repo RUN curl https://copr.fedoraproject.org/coprs/larsks/crux/repo/epel-7/larsks-crux-epel-7.repo -o /etc/yum.repos.d/larsks-crux-epel-7.repo
# CentOS 7.1 workaround
RUN sed "s/Derived from Red Hat Enterprise Linux 7.1 (Source)/7/" "/etc/yum.repos.d/rdo-release.repo" -i
RUN yum install -y epel-release && yum clean all RUN yum install -y epel-release && yum clean all
# Update packages # Update packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment