From c92de3aff33936edf962db8ba7b718e498f57d89 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Feb 27 2019 19:28:08 +0000 Subject: Include other dependencies needed to run ODCS in container. --- diff --git a/Dockerfile b/Dockerfile index c2bfe9e..8e809c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,6 +39,12 @@ RUN cd /etc/yum.repos.d/ \ python3-fedmsg \ python3-psycopg2 \ python3-psutil \ + python3-celery \ + python3-flower \ + python3-ldap \ + python3-gobject-base \ + python3-flask-script \ + python3-flask-login \ && dnf -y clean all \ && rm -f /tmp/*