Skip to content

Commit

Permalink
add iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
rojomisin authored May 30, 2023
1 parent 1afe360 commit 0a4d3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a4d3fa

Please sign in to comment.