gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/images/iptables/Dockerfile (about)

     1  FROM ubuntu:mantic
     2  
     3  # The iptables package installs both iptables-legacy and iptables-nft, with
     4  # iptables symlinked to the latter.
     5  RUN apt update && apt install -y iptables