From 3418cbcbbbc35f688903ff465f74c762f840bdc4 Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sat, 28 Feb 2026 23:09:59 +0100 Subject: [PATCH] Add --no-cache to docker build command Co-authored-by: Qwen-Coder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d31e6ef..31100c1 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ debug: clean all ## package: Build all RPM packages (el8, el9, el10) package: mkdir -p $(DIST_DIR)/rpm - docker build --target output -t mod_reqin_log:packager \ + docker build --no-cache --target output -t mod_reqin_log:packager \ --build-arg VERSION=$(VERSION) \ -f Dockerfile.package . @echo "Extracting packages from Docker image..."