contrib/docker/fedora20
author Yuya Nishihara <yuya@tcha.org>
Sat, 18 Mar 2017 20:50:15 +0900
changeset 31526 6f150bb19317
parent 22444 49ea49823769
child 34424 1baa077214ae
permissions -rw-r--r--
templater: make pad() compute actual width str.ljust() and .rjust() are based on byte length, which are valid only for ASCII characters.

FROM fedora:20
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