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 <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes 2016-01-12 14:56:07 -08:00
parent a4576937f9
commit 03177bf053
1 changed files with 1 additions and 1 deletions

View File

@ -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