view contrib/docker/fedora21 @ 29490:b4d117cee636

policy: add cffi policy for PyPy This adds cffi policy in the case where we don't want to use C modules, but instead we're happy to rely on cffi (bundled with pypy)
author Maciej Fijalkowski <fijall@gmail.com>
date Tue, 07 Jun 2016 15:35:58 +0200
parents 272b1cc3e83e
children 1baa077214ae
line wrap: on
line source

FROM fedora:21
RUN yum install -y gcc
RUN yum install -y python-devel python-docutils
RUN yum install -y make
RUN yum install -y rpm-build
RUN yum install -y gettext
# For creating repo meta data
RUN yum install -y createrepo