From f92f0b3725ab7fea6103ec6bc75ad6161ea461f9 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 1 Dec 2020 09:30:27 +0100 Subject: [PATCH] bodhi: install python-whitenoise in the base container Signed-off-by: Clement Verna --- roles/openshift-apps/bodhi/templates/dockerfile-base | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-base b/roles/openshift-apps/bodhi/templates/dockerfile-base index ad2b42df72..4aac40c135 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-base +++ b/roles/openshift-apps/bodhi/templates/dockerfile-base @@ -27,7 +27,7 @@ RUN dnf install -y \ python3-jinja2 \ python3-markdown \ python3-psycopg2 \ - python3-prometheus_client \ + python3-prometheus_client \ python3-py3dns \ python3-pyasn1-modules \ python3-pylibravatar \ @@ -46,6 +46,7 @@ RUN dnf install -y \ python3-librepo \ python3-mod_wsgi \ python3-gunicorn \ + python3-whitenoise \ && pip install koji graphene graphene-sqlalchemy WebOb-GraphQL \ && dnf clean all