bodhi: let dnf install the docs before install the bodhi-docs package

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-12-16 13:57:46 +01:00
parent 7e89c585b7
commit d66765c1a8

View file

@ -9,7 +9,6 @@ RUN curl -o /etc/yum.repos.d/infra-tags.repo https://pagure.io/fedora-infra/ansi
RUN dnf install -y \
git \
python3-pip \
bodhi-docs \
fedora-messaging \
httpd \
intltool \
@ -48,6 +47,8 @@ RUN dnf install -y \
python3-mod_wsgi \
python3-gunicorn \
python3-whitenoise \
&& sed -i '/tsflags/d' /etc/dnf/dnf.conf \
&& dnf install -y bodhi-docs \
&& pip install koji graphene graphene-sqlalchemy WebOb-GraphQL \
&& dnf clean all