From 9ab84926945b993fc23f15134fd0d62e21197393 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 da638f241..9e0ab6ab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,5 +56,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/