From 8e00a43a5101aab8e03318a353a64862dd3976bc Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jun 08 2018 19:13:13 +0000 Subject: Temporarily use updates-testing ... to pull in https://bodhi.fedoraproject.org/updates/FEDORA-2018-7f02b69dcf ... to pull in https://github.com/mokshaproject/moksha/pull/60 ... to fix the traceback mentioned in the comment thread of: https://pagure.io/greenwave/pull-request/212#comment-55041 --- diff --git a/Dockerfile b/Dockerfile index babaf0c..56c2850 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ ARG greenwave_rpm ARG cacert_url=undefined COPY $greenwave_rpm /tmp -RUN dnf -y install \ +# Temporarily use updates-testing to pull in https://bodhi.fedoraproject.org/updates/FEDORA-2018-7f02b69dcf +RUN dnf -y --enablerepo=updates-testing install \ python3-gunicorn \ python3-memcached \ /tmp/$(basename $greenwave_rpm) \