commit 558d168c44e25bf975182ae380d3529f904e1473 Author: AR2000 Date: Sun Nov 10 13:38:10 2024 +0100 initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4ab59f0 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,32 @@ +ARG IPTABLES_MODE=nft + +FROM ubuntu:noble AS iptables +RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked --mount=type=cache,target=/var/cache/apt,sharing=locked <