nft
Allows configuration of tables, chains and rules provided by the Linux kernel firewall. Nftables replaces iptables. More information: <https://wiki.nftables.org/wiki-nftables/index.php/Main_Page>.
RUN apt-get update && \
apt-get install -y nftables
RUN apt-get update && \
apt-get install -y nftables
RUN apk add nftables
RUN pacman -S --noconfirm nftables
RUN apt-get update && \
apt-get install -y nftables
RUN yum install -y nftables
RUN dnf install -y nftables
RUN apt-get update && \
apt-get install -y nftables