greenwave role: change yum to dnf in the buildconfig
This commit is contained in:
parent
ce233342a4
commit
f3774e3172
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ spec:
|
||||||
name="Greenwave" \
|
name="Greenwave" \
|
||||||
vendor="Fedora Infrastructure" \
|
vendor="Fedora Infrastructure" \
|
||||||
license="MIT"
|
license="MIT"
|
||||||
RUN yum -y install --setopt=tsflags=nodocs \
|
RUN dnf -v -y install --setopt=tsflags=nodocs \
|
||||||
python-gunicorn \
|
python-gunicorn \
|
||||||
python-requests \
|
python-requests \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
fedmsg-hub \
|
fedmsg-hub \
|
||||||
python2-flask
|
python2-flask
|
||||||
RUN yum -y install --setopt=tsflags=nodocs \
|
RUN dnf -v -y install --setopt=tsflags=nodocs \
|
||||||
https://kojipkgs.fedoraproject.org//packages/greenwave/0.3/1.fc26/noarch/greenwave-0.3-1.fc26.noarch.rpm
|
https://kojipkgs.fedoraproject.org//packages/greenwave/0.3/1.fc26/noarch/greenwave-0.3-1.fc26.noarch.rpm
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue