From d76672b5e55a461df751adad0ab11958d44f643c Mon Sep 17 00:00:00 2001 From: Maisem Ali Date: Wed, 13 Oct 2021 14:30:24 -0700 Subject: [PATCH] docker: install ip6tables Signed-off-by: Maisem Ali --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13f155a50..7a51872eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,5 +62,5 @@ RUN go install -tags=xversion -ldflags="\ -v ./cmd/tailscale ./cmd/tailscaled FROM alpine:3.14 -RUN apk add --no-cache ca-certificates iptables iproute2 +RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables COPY --from=build-env /go/bin/* /usr/local/bin/