fedmsg needs a username.

This commit is contained in:
Ralph Bean 2018-05-05 01:52:54 +00:00
parent 95a752a8ba
commit 5c095a6bda

View file

@ -12,6 +12,9 @@ spec:
# See imagestream.yml for the definition
FROM greenwave-upstream:latest
# fedmsg needs a username.
ENV USER=greenwave
# Become root during build to chmod
USER 0