We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6997fe6 commit b932902Copy full SHA for b932902
ci/docker/manylinux/Dockerfile
@@ -1,7 +1,7 @@
1
FROM quay.io/pypa/manylinux1_x86_64
2
3
ENV CMAKE cmake-2.8.12.2-Linux-i386
4
-ENV OPENSSL openssl-1.0.2n
+ENV OPENSSL openssl-1.0.2o
5
ENV LIBSSH2 libssh2-1.8.0
6
7
RUN yum install zlib-devel -y
@@ -12,7 +12,7 @@ RUN wget --no-check-certificate https://cmake.org/files/v2.8/${CMAKE}.tar.gz &&
12
cp -af ${CMAKE}/bin/* /usr/bin/
13
14
# Openssl
15
-RUN wget ftp://ftp.openssl.org/source/${OPENSSL}.tar.gz && \
+RUN wget --no-check-certificate http://www.openssl.org/source/${OPENSSL}.tar.gz && \
16
tar -xzf ${OPENSSL}.tar.gz && \
17
cd ${OPENSSL} && \
18
./config --prefix=/usr --openssldir=/usr/openssl threads shared && \
0 commit comments