Greenwave: become root before installing fedora-messaging

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-04-02 16:32:45 +02:00
parent 7b1f200c9b
commit 6091b1a124

View file

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