DNF is silly.... Why no option to specify this on the CLI? Nobody knows

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-19 17:04:42 +02:00
parent a60d438992
commit aa3b773f72

View file

@ -19,6 +19,8 @@ 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 %}
# While dnf has a --nodocs, it doesen't have a --docs...
RUN sed -i '/nodocs/d' /etc/dnf/dnf.conf
RUN dnf install -y bodhi-server bodhi-docs
# Put the fedmsg config in place
RUN rm -f /etc/fedmsg.d/bodhi.py