mirror of
https://github.com/fosrl/newt.git
synced 2026-02-07 21:46:39 +00:00
Install iputils not ping
This commit is contained in:
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /newt
|
|||||||
|
|
||||||
FROM alpine:3.23 AS runner
|
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 --from=builder /newt /usr/local/bin/
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|||||||
Reference in New Issue
Block a user