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 \