Added curl package to Dockerfile

This commit is contained in:
VolgaIgor 2026-01-11 21:17:56 +03:00 committed by GitHub
parent f8c9aac97c
commit d947dc27d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,8 @@ RUN apk add --no-cache --update \
ca-certificates \
tzdata \
fail2ban \
bash
bash \
curl
COPY --from=builder /app/build/ /app/
COPY --from=builder /app/DockerEntrypoint.sh /app/