Provide context as to why the epel7Server-infra repo is required for the tests

This commit is contained in:
mprahl
2019-09-13 08:31:21 -04:00
parent f8e4daae9f
commit bfd954f455

View File

@@ -3,6 +3,7 @@ FROM centos:7
WORKDIR /build
RUN yum -y update
RUN yum -y install epel-release yum-utils
# Required for the latest python-pungi
RUN yum-config-manager --add-repo https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra/latest/x86_64/
# Remove libmodulemd1 after the following ticket is resolved https://pagure.io/fedora-infrastructure/issue/8206
RUN yum -y install \