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

@ -46,6 +46,7 @@ RUN dnf install -y \
python3-librepo \ python3-librepo \
python3-mod_wsgi \ python3-mod_wsgi \
python3-gunicorn \ python3-gunicorn \
python3-whitenoise \
&& pip install koji graphene graphene-sqlalchemy WebOb-GraphQL \ && pip install koji graphene graphene-sqlalchemy WebOb-GraphQL \
&& dnf clean all && dnf clean all