contrib/docker/fedora20
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 15 Feb 2017 11:49:12 -0800
changeset 31147 bbdd712e9adb
parent 22444 49ea49823769
child 34424 1baa077214ae
permissions -rw-r--r--
minirst: support passing admonitions into findadmonitions() and parse() This will allow consumers to declare a custom list of admonitions to parse. Without this patch, custom admonitions would get removed when prunecomments() is run. We could add an argument controlling whether prunecomments() is run. However, it is better to convert the "paragraph" block to an "admonition" block so consumers don't have to parse for custom admonitions.

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