Skip to content

Commit

Permalink
Bump embedded openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Mar 30, 2018
1 parent a97d4c3 commit ab06213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/manylinux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/pypa/manylinux1_x86_64

ENV CMAKE cmake-2.8.12.2-Linux-i386
ENV OPENSSL openssl-1.0.2n
ENV OPENSSL openssl-1.0.2o
ENV LIBSSH2 libssh2-1.8.0

RUN yum install zlib-devel -y
Expand All @@ -12,7 +12,7 @@ RUN wget --no-check-certificate https://cmake.org/files/v2.8/${CMAKE}.tar.gz &&
cp -af ${CMAKE}/bin/* /usr/bin/

# Openssl
RUN wget ftp://ftp.openssl.org/source/${OPENSSL}.tar.gz && \
RUN wget --no-check-certificate http://www.openssl.org/source/${OPENSSL}.tar.gz && \
tar -xzf ${OPENSSL}.tar.gz && \
cd ${OPENSSL} && \
./config --prefix=/usr --openssldir=/usr/openssl threads shared && \
Expand Down

0 comments on commit ab06213

Please sign in to comment.