From 67bc26ed0f6398de2e829cb68e030bef2ac16f71 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jul 02 2018 13:08:59 +0000 Subject: Disable updates-testing again. This undoes the change from #224, which we can do now that this is in stable: https://bodhi.fedoraproject.org/updates/FEDORA-2018-9a1c3ba44f --- diff --git a/Dockerfile b/Dockerfile index 56c2850..babaf0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,7 @@ ARG greenwave_rpm ARG cacert_url=undefined COPY $greenwave_rpm /tmp -# Temporarily use updates-testing to pull in https://bodhi.fedoraproject.org/updates/FEDORA-2018-7f02b69dcf -RUN dnf -y --enablerepo=updates-testing install \ +RUN dnf -y install \ python3-gunicorn \ python3-memcached \ /tmp/$(basename $greenwave_rpm) \