FROM ubuntu:24.04

# Install the nftables package.
# It provides the 'nft' command-line utility for managing the nftables firewall.
RUN apt update && apt install -y nftables