From 03177bf0538b348c7f4f5bad584f3bb317dbaab3 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Tue, 12 Jan 2016 14:56:07 -0800 Subject: [PATCH] Add dependency on the container build for steps doing "run" Make sure that the container is actually built before commands in the Makefile that require doing `docker run` on the devel container. Signed-off-by: Phil Estes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1faefb..f5cbdc6 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ fmt: lint: @golint ./... | grep -v vendor | grep -v .pb. | tee /dev/stderr -shell: +shell: dbuild $(DOCKER_RUN) bash test: all validate