Include the fedmsg-hub process.
Do this so that people can override the default ENTRYPOINT to use the same container image to run the greenwave backend software. See - https://pagure.io/greenwave/pull-request/51 - https://pagure.io/greenwave/pull-request/86
This commit is contained in:
parent
3091e5a6c8
commit
e29f931fb6
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ LABEL com.redhat.component="$NAME" \
|
|||
usage="docker run -p 8080:8080 -v greenwave-config:/etc/greenwave:ro greenwave" \
|
||||
url="https://pagure.io/greenwave"
|
||||
RUN dnf -y install --setopt=tsflags=nodocs \
|
||||
fedmsg-hub \
|
||||
python-gunicorn \
|
||||
greenwave \
|
||||
&& dnf -y clean all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue