bodhi: install python-whitenoise in the base container

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-12-01 09:30:27 +01:00
parent 2e4187ca67
commit f92f0b3725

View file

@ -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