view contrib/docker/fedora21 @ 29211:b42c2a66a698

py3: make contrib/import-checker.py get along with itself Indent these imports to disable the rule of "not lexically sorted."
author Yuya Nishihara <yuya@tcha.org>
date Sat, 14 May 2016 14:33:45 +0900
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