Compare commits

...

2 commits

Author SHA1 Message Date
Nebulosa
91f97dde52
Merge cb3082014a into da447e5669 2026-01-12 00:49:45 +03:00
VolgaIgor
da447e5669
Added curl package to Dockerfile (#3665) 2026-01-11 20:18:54 +01:00

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/