cdrx / docker-pyinstaller

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

Python37 support #77

Closed danielguardicore closed 4 years ago

danielguardicore commented 4 years ago

Fixes Python37 support for old Ubuntu environments. By manually downloading and compiling our version of openSSL and working with it.

This also builds on PR #76 but I can build a distinct PR if required

cdrx commented 4 years ago

Looks good, thanks. One question -- why the rename to py3-64?

danielguardicore commented 4 years ago

So I can open another PR providing a 32b Python 3.7 container :)

On Mon, 13 Jan 2020 at 12:51 Chris R notifications@github.com wrote:

Looks good, thanks. One question -- why the rename to py3-64?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/cdrx/docker-pyinstaller/pull/77?email_source=notifications&email_token=ADY7N5HYYSWVQSSMLKCJU7TQ5RBRJA5CNFSM4KFHGPH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIYILXI#issuecomment-573605341, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADY7N5FXTRYCCC3P3N4KYSDQ5RBRJANCNFSM4KFHGPHQ .

-- Daniel Goldberg