diff --git a/Dockerfile b/Dockerfile index bdf877ce..8c519b5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/