From ad482533facdc3faad37278bef498378e67ef280 Mon Sep 17 00:00:00 2001 From: AR2000 Date: Thu, 16 Jan 2025 15:33:16 +0100 Subject: [PATCH] add jq to container --- Dockerfile | 8 ++++---- bouncer.sh | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 56d5251..13a619b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,20 +1,20 @@ ARG IPTABLES_MODE=nft #install iptables -FROM ubuntu:noble AS iptables +FROM ubuntu:noble AS apt RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked --mount=type=cache,target=/var/cache/apt,sharing=locked <