From eaf825e3a262e2edb7a17a7489a5ba6588be0306 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" <4903+rboyer@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:21:05 -0500 Subject: [PATCH] build: ensure 'make dev-docker' also produces a matching CLI binary at the same time (#15188) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"