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