FROM node:20-bookworm-slim RUN apt-get update -y && apt-get install -y openssl && rm -rf /var/lib/apt/lists/*