feat: add openssl to dockerfile (#3762)

This commit is contained in:
Mojtaba Arezoomand
2026-02-08 01:00:03 +03:30
committed by GitHub
parent d8fb09faae
commit 491e3f9f8b

View File

@@ -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/