Greenwave: Add fedora-messaging to the greenwave container

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-04-02 16:24:39 +02:00
parent 0e153ab8e9
commit 7b1f200c9b

View file

@ -11,6 +11,8 @@ spec:
{% if env == 'staging' %}
# See imagestream.yml for the definition
FROM greenwave-upstream:latest
RUN dnf -y install python3-fedora-messaging && dnf clean all
{% else %}
# See imagestream.yml for the definition
FROM greenwave-upstream:latest