##// END OF EJS Templates
wix: remove cacert.pem from Windows distribution...
wix: remove cacert.pem from Windows distribution It should not be included in the Windows installers because it prevents loading CA certificates from the system store on Python 2.7.9, implemented by 760a86865f80. The msi packages bundles Python 2.7.9, so cacert.pem is no longer necessary. Backed out changeset e5c2338d76b5

File last commit:

r22444:49ea4982 default
r24839:6e38b6fc stable
Show More
fedora20
8 lines | 226 B | text/plain | TextLexer
FROM fedora:20
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