Mercurial > hg
view contrib/docker/centos6 @ 35186:aef2b98d9352
merge with stable
author | Kevin Bullock <kbullock+mercurial@ringworld.org> |
---|---|
date | Fri, 01 Dec 2017 15:21:05 -0600 |
parents | 1baa077214ae |
children |
line wrap: on
line source
FROM centos:centos6 RUN yum install -y \ gcc \ gettext \ make \ python-devel \ python-docutils \ rpm-build \ tar # For creating repo meta data RUN yum install -y createrepo # For python RUN yum install -y \ bzip2-devel \ ncurses-devel \ openssl-devel \ readline-devel \ zlib-devel