Fix Makefile.

This commit is contained in:
Paolo Cuffiani
2015-11-13 19:23:59 +01:00
parent 279a72c7cb
commit 5ae38c1e09
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ ifneq ($(VERSION),7.0)
endif
pull:
$(foreach tag,$(TAGS),docker pull $(PARENT_IMAGE):${tag};)
@for tag in $(TAGS); do \
docker pull $(PARENT_IMAGE):$${tag}; \
done
build-nopull:
@for tag in $(TAGS); do \