bodhi: override dnf tsflags when installing docs

Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
Mattia Verga 2020-12-17 17:50:20 +01:00 committed by kevin
parent 0bfc8b728d
commit 638fec9de7

View file

@ -47,8 +47,7 @@ RUN dnf install -y \
python3-mod_wsgi \
python3-gunicorn \
python3-whitenoise \
&& sed -i '/tsflags/d' /etc/dnf/dnf.conf \
&& dnf install -y bodhi-docs \
&& dnf --setopt='tsflags=' install -y bodhi-docs \
&& pip install koji graphene graphene-sqlalchemy WebOb-GraphQL \
&& dnf clean all