Mercurial > hg
view contrib/docker/fedora21 @ 29576:d5067913f97b
hghave: add test for Python 2.7+
Setting ciphers in the ssl module requires Python 2.7. Surprisingly,
we didn't have a test for running on Python 2.7.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 17 Jul 2016 10:50:51 -0700 |
parents | 272b1cc3e83e |
children | 1baa077214ae |
line wrap: on
line source
FROM fedora:21 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 # For creating repo meta data RUN yum install -y createrepo