view contrib/docker/centos6 @ 21255:62a2749895e4

build: initial support for in-tree autobuilding recipes
author Matt Mackall <mpm@selenic.com>
date Wed, 07 May 2014 17:58:13 -0500
parents
children 77da9c03be60
line wrap: on
line source

FROM centos
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