scality / cloudserver

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.
https://www.zenko.io/cloudserver
Apache License 2.0
1.71k stars 241 forks source link

Add openssl platform dependency #5562

Open ndtreviv opened 6 months ago

ndtreviv commented 6 months ago

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