From e00b814a2414e89f8f7a05df2e5870fadf7bf240 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 10 May 2020 23:46:09 +0000 Subject: [PATCH] Dockerfile: install iproute2 in the container image. Fixes #368. Signed-off-by: David Anderson --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11ffb9260..32456eb9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,5 +34,5 @@ COPY . . RUN go install -v ./cmd/... FROM alpine:3.11 -RUN apk add --no-cache ca-certificates iptables +RUN apk add --no-cache ca-certificates iptables iproute2 COPY --from=build-env /go/bin/* /usr/local/bin/