From 0a4d3fa72cdb253e229c59915645fb1ac6cabe08 Mon Sep 17 00:00:00 2001 From: miconer <3313148+rojomisin@users.noreply.github.com> Date: Mon, 29 May 2023 17:46:59 -0700 Subject: [PATCH] add iptables --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4ef6438cf..8fc201bd15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY scripts/install-tools.sh /scripts/install-tools.sh # install some basic packages needed for testing, etc. RUN apk update && \ - apk add bash curl sudo jq git make netcat-openbsd + apk add bash curl sudo jq git make netcat-openbsd iptables # install kubectl to interact with the k3d cluster # install yq (yaml processor) from source, as the busybox yq had some issues