Ok, it is an issue access updates. Try this.
This commit is contained in:
parent
33d9625b21
commit
a16b49ab1e
1 changed files with 1 additions and 1 deletions
|
@ -19,8 +19,8 @@ spec:
|
||||||
python-requests \
|
python-requests \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
python2-flask
|
python2-flask
|
||||||
RUN yum makecache
|
|
||||||
RUN yum -y install --setopt=tsflags=nodocs \
|
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
|
https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/1.02795e8.fc26/noarch/greenwave-0.1.1-1.02795e8.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