install openssl

This commit is contained in:
2024-12-20 14:18:41 +01:00
parent 7da7011570
commit 3c21c83e2c

View File

@@ -1,6 +1,6 @@
# Use the official Node.js LTS as a parent image # Use the official Node.js LTS as a parent image
FROM node:20-alpine FROM node:20-alpine
RUN apk add --no-cache openssl
# Set the working directory in the Docker container # Set the working directory in the Docker container
WORKDIR /usr/src/app WORKDIR /usr/src/app