From 963b3a3d808264311909753e8066f700997de9d9 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Nov 15 2018 10:23:45 +0000 Subject: Install python2-odcs-client from eng-rhel-7. --- diff --git a/Dockerfile b/Dockerfile index d36163a..1801016 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,9 @@ RUN cd /etc/yum.repos.d/ \ && dnf -y install \ httpd mod_wsgi mod_auth_gssapi python2-rhmsg mod_ssl \ /tmp/$(basename $freshmaker_rpm) \ + && dnf config-manager --add-repo http://download-ipv4.eng.brq.redhat.com/rel-eng/repos/eng-rhel-7/x86_64 \ + && dnf --nogpg -y upgrade python2-odcs-client \ && dnf -y clean all \ - && pip install --upgrade odcs[client] \ && rm -f /tmp/* RUN if [ "$cacert_url" != "undefined" ]; then \