From 113a8b542f783d7166779c53e488e644059e02dd Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 19 Apr 2018 16:30:28 +0200 Subject: [PATCH] Install bodhi-docs for docs in openshift bodhi Signed-off-by: Patrick Uiterwijk --- roles/openshift-apps/bodhi/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/buildconfig.yml b/roles/openshift-apps/bodhi/templates/buildconfig.yml index 74c8de47d8..52379b7125 100644 --- a/roles/openshift-apps/bodhi/templates/buildconfig.yml +++ b/roles/openshift-apps/bodhi/templates/buildconfig.yml @@ -19,7 +19,7 @@ items: {% if env == "staging" %} RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo {% endif %} - RUN dnf install -y bodhi-server python2-gunicorn + RUN dnf install -y bodhi-server bodhi-docs # Put the fedmsg config in place RUN rm -f /etc/fedmsg.d/bodhi.py # Let's name it starting with zz so it sorts last.