mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 10:48:03 +08:00
Use the epel7Server-infra Yum repo for CI
This commit is contained in:
@@ -2,8 +2,10 @@ FROM centos:7
|
||||
|
||||
WORKDIR /build
|
||||
RUN yum -y update
|
||||
RUN yum -y install epel-release
|
||||
RUN yum -y install epel-release yum-utils
|
||||
RUN yum-config-manager --add-repo https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra-stg/latest/x86_64/
|
||||
RUN yum -y install \
|
||||
--nogpgcheck \
|
||||
--setopt=deltarpm=0 \
|
||||
--setopt=install_weak_deps=false \
|
||||
--setopt=tsflags=nodocs \
|
||||
@@ -13,9 +15,8 @@ RUN yum -y install \
|
||||
git \
|
||||
kobo \
|
||||
kobo-rpmlib \
|
||||
https://kojipkgs.fedoraproject.org//packages/libmodulemd/1.1.3/1.fc27/x86_64/libmodulemd-1.1.3-1.fc27.x86_64.rpm \
|
||||
libmodulemd \
|
||||
pdc-client \
|
||||
https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra-stg/latest/x86_64/l/libsolv-0.6.33-1.el7.x86_64.rpm \
|
||||
python-backports-ssl_match_hostname \
|
||||
python-dogpile-cache \
|
||||
python-enum34 \
|
||||
@@ -30,7 +31,7 @@ RUN yum -y install \
|
||||
python-mock \
|
||||
python-pip \
|
||||
python-six \
|
||||
https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra-stg/latest/x86_64/p/python2-solv-0.6.33-1.el7.x86_64.rpm \
|
||||
python2-solv \
|
||||
python-sqlalchemy \
|
||||
python-tabulate \
|
||||
# Test-only dependencies
|
||||
|
||||
Reference in New Issue
Block a user