bodhi: install python-whitenoise in the base container
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
2e4187ca67
commit
f92f0b3725
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue