From da43ad886a570998c2a7a7536df6a07188e3417a Mon Sep 17 00:00:00 2001 From: Ziming Zhang Date: Wed, 6 Nov 2019 19:13:25 +0800 Subject: [PATCH] remove force pull Change-Id: I609f763c0c4d9527e0362fc4c8a75d87a38eace0 --- make/photon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/photon/Makefile b/make/photon/Makefile index 4b210cfa43d..9c6e03d9480 100644 --- a/make/photon/Makefile +++ b/make/photon/Makefile @@ -17,7 +17,7 @@ WGET=$(shell which wget) # docker parameters DOCKERCMD=$(shell which docker) -DOCKERBUILD=$(DOCKERCMD) build --pull +DOCKERBUILD=$(DOCKERCMD) build DOCKERRMIMAGE=$(DOCKERCMD) rmi DOCKERIMASES=$(DOCKERCMD) images