contrib/docker/fedora21
author Yuya Nishihara <yuya@tcha.org>
Sat, 09 Jan 2016 13:22:26 +0900
changeset 28127 807bc140e915
parent 23882 272b1cc3e83e
child 34423 1baa077214ae
permissions -rw-r--r--
run-tests: remove useless "failed" flag from addOutputMismatch() It never be set to True.

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