contrib/docker/centos6
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 16 Jan 2015 14:58:06 -0800
changeset 24020 cc81e6da0757
parent 22444 49ea49823769
child 33596 af09413deb72
permissions -rw-r--r--
trydiff: move git-header code out of diffline function This collects more of the code for writing git headers in a single place and makes diffline() close on a few variables less.

FROM centos:centos6
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
RUN yum install -y tar
# For creating repo meta data
RUN yum install -y createrepo