79525807

Date: 2025-03-21 14:57:37
Score: 1
Natty:
Report link

Adding (installing) openssl in Dockerfile and changing node:20-alpine to node:18-slim fixed it for me.

# Install openssl
RUN apt-get update
RUN apt-get install -y openssl
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: atahan