Files
Andrei VaginandgVisor bot 1092006d45 image/iptables: update the base image
ubuntu:mantic isn't LTS and it reached its eol,
so new images can't be built.
PiperOrigin-RevId: 703543488
2024-12-06 10:37:10 -08:00

6 lines
173 B
Docker

FROM ubuntu:24.04
# The iptables package installs both iptables-legacy and iptables-nft, with
# iptables symlinked to the latter.
RUN apt update && apt install -y iptables