| FROM registry.fedoraproject.org/fedora:28 |
| MAINTAINER Patrick Uiterwijk <patrick@puiterwijk.org> |
| |
| VOLUME ["/repos"] |
| RUN mkdir /code |
| |
| RUN dnf install -y python2-devel python-setuptools python-nose py-bcrypt python-alembic \ |
| python-arrow python-binaryornot python-bleach python-blinker \ |
| python-chardet python-cryptography python-docutils python-flask \ |
| python-flask-wtf python-markdown python-psutil \ |
| python-pygit2 python-fedora python-openid python-openid-cla \ |
| python-openid-teams python-straight-plugin python-wtforms python-munch \ |
| python-enum34 python-redis python-sqlalchemy systemd gitolite3 python-filelock \ |
| python-fedora-flask python2-pillow python2-psycopg2 python-trololio \ |
| python-celery |
| |
| WORKDIR /code |
| ENTRYPOINT ["/usr/bin/python", "/code/pagure-ev/pagure_stream_server.py"] |
| |
| # Code injection is last to make optimal use of caches |
| VOLUME ["/code"] |
| # Openshift: COPY / /code |