cloudserver icon indicating copy to clipboard operation
cloudserver copied to clipboard

Add openssl platform dependency

Open ndtreviv opened this issue 1 year ago • 0 comments

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

ndtreviv avatar Apr 30 '24 11:04 ndtreviv