Greenwave: become root before installing fedora-messaging
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
7b1f200c9b
commit
6091b1a124
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ spec:
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
# See imagestream.yml for the definition
|
# See imagestream.yml for the definition
|
||||||
FROM greenwave-upstream:latest
|
FROM greenwave-upstream:latest
|
||||||
|
USER 0
|
||||||
RUN dnf -y install python3-fedora-messaging && dnf clean all
|
RUN dnf -y install python3-fedora-messaging && dnf clean all
|
||||||
|
USER 1001
|
||||||
{% else %}
|
{% else %}
|
||||||
# See imagestream.yml for the definition
|
# See imagestream.yml for the definition
|
||||||
FROM greenwave-upstream:latest
|
FROM greenwave-upstream:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue