From 3c21c83e2c1ba6e799c78453e7b448d8729ed7aa Mon Sep 17 00:00:00 2001 From: Andres Date: Fri, 20 Dec 2024 14:18:41 +0100 Subject: [PATCH] install openssl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9c9446..ff6879b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use the official Node.js LTS as a parent image FROM node:20-alpine - +RUN apk add --no-cache openssl # Set the working directory in the Docker container WORKDIR /usr/src/app