Ok, it is an issue access updates. Try this.

This commit is contained in:
Ralph Bean 2017-08-24 03:42:40 +00:00
parent 33d9625b21
commit a16b49ab1e

View file

@ -19,8 +19,8 @@ spec:
python-requests \
PyYAML \
python2-flask
RUN yum makecache
RUN yum -y install --setopt=tsflags=nodocs \
--disablerepo=updates \
https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/1.02795e8.fc26/noarch/greenwave-0.1.1-1.02795e8.fc26.noarch.rpm
EXPOSE 8080
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app