diff --git a/Makefile b/Makefile index f321cff..b721b50 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/el8 $(DIST_DIR)/rpm/el9 $(DIST_DIR)/rpm/el10 - docker build --no-cache --target output -t mod_reqin_log:packager \ + docker build --target output -t mod_reqin_log:packager \ --build-arg VERSION=$(VERSION) \ -f Dockerfile.package . @echo "Extracting packages from Docker image..."