feat: add openssl to dockerfile

This commit is contained in:
Mojtaba Arezoomand 2026-02-07 14:28:18 +03:30 committed by GitHub
parent d8fb09faae
commit a27faa8195
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/