diff options
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/ |
