zcsizmadia commented on code in PR #3037:
URL: https://github.com/apache/avro/pull/3037#discussion_r1687925912
##########
share/docker/Dockerfile:
##########
@@ -92,6 +92,11 @@ RUN apt-get -qqy install --no-install-recommends libzstd-dev
\
php-mbstring \
php-dev
+RUN wget -q https://www.openssl.org/source/openssl-1.1.1q.tar.gz && \
Review Comment:
```
wget
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
rm -f libssl1.1_1.1.1f-1ubuntu2_amd64.deb
```
This should work as well, without recompiling openssl1.1.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]