From a27faa8195980fc91c1ff45b436f069da107b092 Mon Sep 17 00:00:00 2001 From: Mojtaba Arezoomand Date: Sat, 7 Feb 2026 14:28:18 +0330 Subject: [PATCH] feat: add openssl to dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdf877ce..8c519b5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,8 @@ RUN apk add --no-cache --update \ tzdata \ fail2ban \ bash \ - curl + curl \ + openssl COPY --from=builder /app/build/ /app/ COPY --from=builder /app/DockerEntrypoint.sh /app/