Skip to content

Commit

Permalink
Merge pull request #3563 from aojea/nftables
Browse files Browse the repository at this point in the history
add nftables to the base image
  • Loading branch information
k8s-ci-robot authored Apr 1, 2024
2 parents a64c3ab + 1a9dd8a commit f2cae93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN chmod 755 /kind/bin && \
echo "Installing Packages ..." \
&& DEBIAN_FRONTEND=noninteractive clean-install \
systemd \
conntrack iptables iproute2 ethtool util-linux mount ebtables kmod \
conntrack iptables nftables iproute2 ethtool util-linux mount kmod \
libseccomp2 pigz fuse-overlayfs \
nfs-common open-iscsi \
bash ca-certificates curl jq procps \
Expand Down

0 comments on commit f2cae93

Please sign in to comment.