From e7fcca2f9fd3e95ef902dc0e641ad3e3321cb7d7 Mon Sep 17 00:00:00 2001 From: Euan Harris Date: Fri, 25 May 2018 15:43:08 +0100 Subject: [PATCH] Makefile: build image is a prerequisite of the shell target Signed-off-by: Euan Harris --- libnetwork/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/Makefile b/libnetwork/Makefile index 2d6c00ea91..1d02d1452d 100644 --- a/libnetwork/Makefile +++ b/libnetwork/Makefile @@ -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}