From 02bb648b0334b7576e94343b5f445300603dda87 Mon Sep 17 00:00:00 2001 From: gnaponie Date: Sep 25 2019 11:52:35 +0000 Subject: Drop python2, use python3 for qpid and wsgi Signed-off-by: gnaponie --- diff --git a/Dockerfile b/Dockerfile index bbe5d9c..d07fb7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,9 @@ RUN cd /etc/yum.repos.d/ \ && dnf config-manager --add-repo http://download-ipv4.eng.brq.redhat.com/rel-eng/RCMTOOLS/latest-RCMTOOLS-2-F-29/compose/Everything/x86_64/os/ \ && dnf -y clean all \ && dnf -v --nogpg -y install \ - httpd mod_wsgi mod_auth_gssapi python3-rhmsg mod_ssl python3-odcs-client \ + httpd python3-mod_wsgi mod_auth_gssapi python3-rhmsg mod_ssl python3-odcs-client \ /tmp/$(basename $freshmaker_rpm) \ && dnf -y -v downgrade https://kojipkgs.fedoraproject.org//packages/qpid-proton/0.26.0/1.fc29/x86_64/qpid-proton-c-0.26.0-1.fc29.x86_64.rpm \ - https://kojipkgs.fedoraproject.org//packages/qpid-proton/0.26.0/1.fc29/x86_64/python2-qpid-proton-0.26.0-1.fc29.x86_64.rpm \ https://kojipkgs.fedoraproject.org//packages/qpid-proton/0.26.0/1.fc29/x86_64/python3-qpid-proton-0.26.0-1.fc29.x86_64.rpm \ && dnf -y clean all \ && rm -f /tmp/*