contrib/docker/centos7
author timeless <timeless@mozdev.org>
Wed, 23 Dec 2015 21:20:08 +0000
changeset 27674 78d86664e3a2
parent 23033 1d354814ff4d
child 34424 1baa077214ae
permissions -rw-r--r--
histedit: prefer edit commit, edit message, use commit Selecting editing commits, rewording commit messages, and selecting commits are key actions, we will prefer them more generally in a future commit, this pulls them ahead before that to make the diffs easier to read. The remaining commands are left alphabetically sorted

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