Install iputils not ping

Former-commit-id: b8349aab4e
This commit is contained in:
Owen
2025-12-16 17:16:58 -05:00
parent fbdfd16633
commit 94c5e72b8b

View File

@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /newt
FROM alpine:3.23 AS runner
RUN apk --no-cache add ca-certificates tzdata ping
RUN apk --no-cache add ca-certificates tzdata iputils
COPY --from=builder /newt /usr/local/bin/
COPY entrypoint.sh /