From e83a11590d5308922ab5c8c1014589b291ef1e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 24 Jun 2019 15:18:57 +0200 Subject: [PATCH] release-monitoring: Add social-auth-core to dnf command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../release-monitoring/templates/buildconfig.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml index 7f2191e64b..4706c90f65 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -15,7 +15,7 @@ items: name="release-monitoring-web" \ vendor="Fedora Infrastructure" \ license="MIT" - RUN dnf install -y --enablerepo=updates-testing \ + RUN dnf install -y \ git \ httpd \ graphviz \ @@ -36,6 +36,7 @@ items: python3-setuptools \ python3-sphinxcontrib-httpdomain \ python3-social-auth-app-flask-sqlalchemy \ + python3-social-auth-core \ python3-straight-plugin \ python3-sqlalchemy \ python3-pytoml \