浏览代码

Makefile: build image is a prerequisite of the shell target

Signed-off-by: Euan Harris <euan.harris@docker.com>
Euan Harris 7 年之前
父节点
当前提交
e7fcca2f9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libnetwork/Makefile

+ 1 - 1
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
 circle-ci: circle-ci-build circle-ci-check circle-ci-cross integration-tests
 
 
-shell:
+shell: ${build_image}.created
 	@${docker} ${SHELL}
 	@${docker} ${SHELL}