add iputils to dockerfile

This commit is contained in:
Nils 2022-01-01 23:15:39 +01:00
parent bc827f5a8d
commit 9c2e013720
Signed by: byreqz
GPG Key ID: 396A62D7D436749E
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN CGO_ENABLED=0 go build -o probehost2
FROM alpine:latest
RUN apk update
RUN apk add mtr
RUN apk add mtr iputils
COPY --from=builder /build/probehost2 /
RUN touch /probehost2.log
CMD ["/probehost2"]