contrib/docker/centos7
author Sean Farley <sean.michael.farley@gmail.com>
Fri, 17 Oct 2014 13:41:29 -0700
changeset 23762 0390cc327dd5
parent 23033 1d354814ff4d
child 34423 1baa077214ae
permissions -rw-r--r--
debugnamecomplete: rename from debuglabelcomplete Now that we have decided on the use of 'name' instead of 'label' we rename this function accordingly. The old method 'debuglabelcomplete' has been left as a deprecated command so that current scripts don't break.

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