From 6891e68e49fa45b7010ec6719de92dde92a043a5 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Fri, 9 Jun 2017 18:42:55 +0200 Subject: [PATCH] 'make docker' must depend on the bin/mongodb-consistent-backup Makefile-step --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0ebee6b..1da9e0f1 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ rpm: bin/mongodb-consistent-backup cp -f $(PWD)/conf/mongodb-consistent-backup.example.conf build/rpm/SOURCES/mongodb-consistent-backup.conf rpmbuild -D "_topdir $(PWD)/build/rpm" -D "version $(VERSION)" -bb scripts/$(NAME).spec -docker: +docker: bin/mongodb-consistent-backup docker build --no-cache --tag $(DOCKER_TAG) --build-arg "RELEASE=$(VERSION)" . clean: