Add fallback to non privileged ping

This commit is contained in:
Owen
2025-12-16 17:05:36 -05:00
parent a9b84c8c09
commit 3783a12055
2 changed files with 117 additions and 44 deletions

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
RUN apk --no-cache add ca-certificates tzdata ping
COPY --from=builder /newt /usr/local/bin/
COPY entrypoint.sh /