contrib/docker/centos7
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 16 Jan 2015 14:58:06 -0800
changeset 24020 cc81e6da0757
parent 23033 1d354814ff4d
child 34423 1baa077214ae
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:centos7
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