anvilresearch / connect-cli

CLI for Anvil Connect
MIT License
3 stars 11 forks source link

Make openssl available in Docker environment #58

Closed adalinesimonian closed 9 years ago

adalinesimonian commented 9 years ago

Anvil Connect requires openssl to be present on the system in order to generate keypairs.

alpine-sdk installs openssl, but it is deleted further on in the RUN script when alpine-sdk is uninstalled.

Explicitly requesting the installation of the openssl package up front prevents its removal when alpine-sdk is uninstalled.