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