mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 03:08:21 +08:00
Provide context as to why the epel7Server-infra repo is required for the tests
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user