Added curl package to Dockerfile (#3665)

This commit is contained in:
VolgaIgor
2026-01-11 22:18:54 +03:00
committed by GitHub
parent f8c9aac97c
commit da447e5669

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/