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:
parent
7e89c585b7
commit
d66765c1a8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue