sapling/contrib/docker/fedora21

12 lines
169 B
Plaintext
Raw Normal View History

2014-11-02 04:36:47 +03:00
FROM fedora:21
RUN yum install -y \
gcc \
gettext \
make \
python-devel \
python-docutils \
rpm-build
2014-11-02 04:36:47 +03:00
# For creating repo meta data
RUN yum install -y createrepo