Makefile: build image is a prerequisite of the shell target

Signed-off-by: Euan Harris <euan.harris@docker.com>
This commit is contained in:
Euan Harris 2018-05-25 15:43:08 +01:00
parent 2db504266a
commit e7fcca2f9f
1 changed files with 1 additions and 1 deletions

View File

@ -135,5 +135,5 @@ circle-ci-build: ${build_image}.created
circle-ci: circle-ci-build circle-ci-check circle-ci-cross integration-tests
shell:
shell: ${build_image}.created
@${docker} ${SHELL}