From 8c7d22f2341d8b2bd31eaa195e6015bec10457b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 29 Nov 2018 14:07:15 +0100 Subject: [PATCH] Add missing httpd module --- roles/openshift-apps/release-monitoring/files/buildconfig.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/files/buildconfig.yml b/roles/openshift-apps/release-monitoring/files/buildconfig.yml index 15449cd72b..6b0264995e 100644 --- a/roles/openshift-apps/release-monitoring/files/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/buildconfig.yml @@ -37,7 +37,8 @@ items: python3-straight-plugin \ python3-sqlalchemy \ python3-pytoml \ - python3-wtforms && \ + python3-wtforms \ + python3-mod_wsgi && \ dnf autoremove -y && \ dnf clean all -y RUN pip-3 install sqlalchemy_schemadisplay