cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
616 stars 238 forks source link

openSSL wget url changed #87

Closed peter-lih closed 4 years ago

peter-lih commented 4 years ago

In Dockerfile-py3-amd64 "openssl-1.0.2u" should use "openssl-1.1.1f". As provide from https://www.openssl.org/source/ . Thanks!

acepace commented 4 years ago

Yeah, that's not a good idea. Old Ubuntu doesn't support that version of openssl and we want to keep using the old distribution.

cdrx commented 4 years ago

Agreed