lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.83k stars 431 forks source link

[py38][openssl] - Cannot build ssh2-python and similar packages on build-python3.8 #241

Open niranjan94 opened 4 years ago

niranjan94 commented 4 years ago

Certain packages such as ssh2-python require openssl to build native assets. Would be nice if the build image could have openssl installed.

The above install works after

yum install openssl openssl-devel