appsody / stacks

Appsody application stacks. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
89 stars 121 forks source link

nodejs-express: Install ca-certificates when building production image #838

Closed djones6 closed 4 years ago

djones6 commented 4 years ago

Checklist:

Modifying an existing stack:

Installs the ca-certificates package when building the production image for an application based on the nodejs-express stack. This is necessary because the base node:12-slim image does not include that package, and it is required in order for TLS certificate validation to work for any properly signed certificates.

Related Issues:

Fixes #836

gireeshpunathil commented 4 years ago

LGTM