sapling/contrib/docker/fedora21
2017-10-01 01:02:22 +02:00

12 lines
169 B
Plaintext

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