From 0ff1f849185731070f3e70935338658c6ca1a288 Mon Sep 17 00:00:00 2001 From: Isaac Rodman Date: Thu, 12 Oct 2017 12:18:48 -0700 Subject: [PATCH] pkg/ip: added iptables, ebtables, ipvsadm, and bridge-utils Signed-off-by: Isaac Rodman --- pkg/ip/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/ip/Dockerfile b/pkg/ip/Dockerfile index a9aa205d3..ec1c178eb 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -6,6 +6,10 @@ RUN apk add --no-cache --initdb -p /out \ bash \ busybox \ iproute2 \ + iptables \ + ebtables \ + ipvsadm \ + bridge-utils \ musl \ wireguard-tools