mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
Fix Makefile.
This commit is contained in:
@@ -32,7 +32,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 \
|
||||
|
||||
+3
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user