From 7658b77f9d40de42f8c8ad9ff9dc799b048106ab Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Apr 2018 11:11:23 -0400 Subject: [PATCH] Fix dependencies in Dockerfile-tests --- Dockerfile-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-tests b/Dockerfile-tests index 69a9f613..d7b83e2d 100644 --- a/Dockerfile-tests +++ b/Dockerfile-tests @@ -3,7 +3,7 @@ FROM centos:7 WORKDIR /build RUN yum -y update 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-config-manager --add-repo https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra/latest/x86_64/ RUN yum -y install \ --nogpgcheck \ --setopt=deltarpm=0 \ @@ -31,7 +31,7 @@ RUN yum -y install \ python-mock \ python-pip \ python-six \ - python2-solv \ + python-solv \ python-sqlalchemy \ python-tabulate \ # Test-only dependencies