contrib/docker/fedora21
author Augie Fackler <augie@google.com>
Sun, 12 Mar 2017 00:49:49 -0500
changeset 31356 ef6888172437
parent 23882 272b1cc3e83e
child 34423 1baa077214ae
permissions -rw-r--r--
revlog: extract first byte of revlog with a slice so it's portable

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