From fa6557d53bd480b5eff4457b7f7377a397895c96 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: May 10 2018 16:00:59 +0000 Subject: Merge #196 `Run epel-testing.` --- diff --git a/Dockerfile b/Dockerfile index a282a3e..3723924 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ COPY $waiverdb_rpm /tmp COPY $waiverdb_common_rpm /tmp RUN dnf -y install \ + --enablerepo=epel-testing \ python3-gunicorn \ /tmp/$(basename $waiverdb_rpm) \ /tmp/$(basename $waiverdb_common_rpm) \