massakam commented on a change in pull request #3024: Enable SSL of LibCurl 
linked to C++ library
URL: https://github.com/apache/pulsar/pull/3024#discussion_r235089474
 
 

 ##########
 File path: pulsar-client-cpp/docker/Dockerfile
 ##########
 @@ -46,12 +46,12 @@ RUN curl -O -L https://zlib.net/zlib-1.2.11.tar.gz && \
     rm -rf /zlib-1.2.11.tar.gz /zlib-1.2.11
 
 # Compile OpenSSL
-RUN curl -O -L 
https://github.com/openssl/openssl/archive/OpenSSL_1_0_2l.tar.gz && \
-    tar xvfz OpenSSL_1_0_2l.tar.gz && \
-    cd openssl-OpenSSL_1_0_2l/ && \
+RUN curl -O -L 
https://github.com/openssl/openssl/archive/OpenSSL_1_0_2q.tar.gz && \
+    tar xvfz OpenSSL_1_0_2q.tar.gz && \
 
 Review comment:
   Updated it to 1.1.0j. Since perl-5.10.0 is required to build openssl-1.1.0, 
added installation of perl as well.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to