Greenwave: we need the fedora-messaging rpm not only python3-fedora-messaging.

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-04-02 16:43:11 +02:00
parent 203e5fb21b
commit 0268d53f4c

View file

@ -12,7 +12,7 @@ spec:
# See imagestream.yml for the definition
FROM greenwave-upstream:latest
USER 0
RUN dnf -y install python3-fedora-messaging && dnf clean all
RUN dnf -y install fedora-messaging && dnf clean all
USER 1001
{% else %}
# See imagestream.yml for the definition