diff --git a/GNUmakefile b/GNUmakefile index 7910125bb..2d9f2de1c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -153,7 +153,7 @@ dev-build: rm -f ./bin/consul cp ${MAIN_GOPATH}/bin/consul ./bin/consul -dev-docker: linux +dev-docker: linux dev-build @echo "Pulling consul container image - $(CONSUL_IMAGE_VERSION)" @docker pull consul:$(CONSUL_IMAGE_VERSION) >/dev/null @echo "Building Consul Development container - $(CONSUL_DEV_IMAGE)"