Add --no-cache to docker build command

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-02-28 23:09:59 +01:00
parent c2e1221e5a
commit 3418cbcbbb

View File

@ -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..."