From e7b7b615b80d785c3a5eb14e5c78e1596df4c4c3 Mon Sep 17 00:00:00 2001 From: AR2000 Date: Fri, 10 Jan 2025 17:30:02 +0100 Subject: [PATCH] comments --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1e54f6a..26e3693 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ ARG IPTABLES_MODE=nft +#install iptables 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 <