mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
ubuntu:mantic isn't LTS and it reached its eol, so new images can't be built. PiperOrigin-RevId: 703543488
6 lines
173 B
Docker
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
|