diff options
| author | Mojtaba Arezoomand <mojixcoder@gmail.com> | 2026-02-08 00:30:03 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-08 00:30:03 +0300 |
| commit | 491e3f9f8bd70a35de489d6da1d10b8bac3a0851 (patch) | |
| tree | 3800fdc0d9c9d5b145be86072e1b8cdec03ee428 /Dockerfile | |
| parent | d8fb09faaeeebe34b57f1c26aa1ab8b529327989 (diff) | |
feat: add openssl to dockerfile (#3762)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/ |
