view contrib/docker/centos6 @ 21824:57c70d3ad1c9

dispatch: handle empty IOError args We occasionally throw bare IOError objects (especially in convert), don't choke on them.
author Matt Mackall <mpm@selenic.com>
date Tue, 01 Jul 2014 19:54:48 -0500
parents 62a2749895e4
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