Zenko CloudServer, an open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google.
Adds openssl to platform dependencies so the docker-entrypoint file can run without errors.
Motivation and context
The docker-entrypoint.sh file references openssl when generating certificates in cases where SSL=true. At the moment openssl isn't installed, so this crashes the container out.
Pull request template
Description
Adds openssl to platform dependencies so the docker-entrypoint file can run without errors.
Motivation and context
The docker-entrypoint.sh file references openssl when generating certificates in cases where
SSL=true
. At the moment openssl isn't installed, so this crashes the container out.Related issues
5561
Checklist
Add tests to cover the changes
N/A
Code conforms with the style guide
N/A
Sign your work
✅