Dockerfile: install iproute2 in the container image.

Fixes #368.

Signed-off-by: David Anderson <danderson@tailscale.com>
reviewable/pr373/r1
David Anderson 4 years ago committed by Dave Anderson
parent 381b94d4d1
commit e00b814a24

@ -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/

Loading…
Cancel
Save