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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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/