Fix make shell
The "shell" rule in the Makefile uses docker to run a bash session, however it was depending on the "all" rule which assumes non-docker local development. This commit fixes it by making it depend on the "runcimage" rule. Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
4bb1fe4ace
commit
10a4cde4b9
Loading…
Reference in New Issue