Blame dev/docker/test_environment

Clement Verna 50aeb2
FROM registry.fedoraproject.org/fedora:27
Clement Verna 50aeb2
Clement Verna 50aeb2
RUN    dnf install -y python-alembic python-arrow python-binaryornot\
Clement Verna 50aeb2
        python-bleach python-blinker python-chardet python-cryptography\
Clement Verna 50aeb2
        python-docutils python-enum34 python-flask python2-fedora-flask\
Clement Verna 50aeb2
        python-flask-wtf python-flask-multistatic py-bcrypt python-jinja2\
Clement Verna 50aeb2
        python-markdown python-munch python-openid-cla python-openid-teams\
Clement Verna 50aeb2
        python-psutil python-pygit2 python-pygments python2-pillow\
Clement Verna 50aeb2
        python-sqlalchemy python-straight-plugin python-wtforms python-nose\
Clement Verna 50aeb2
        python-coverage python-mock python-mock python-eventlet python2-flask-oidc\
Clement Verna 50aeb2
        python-nose python-flake8 sudo tmux redis vim git &&\
Clement Verna 50aeb2
        pip install celery redis trollius
Clement Verna 50aeb2
Clement Verna 50aeb2
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8