Skip to content

Commit

Permalink
Merge pull request #1746 from tiborvass/fix-shell
Browse files Browse the repository at this point in the history
Fix make shell
  • Loading branch information
crosbymichael authored Feb 28, 2018
2 parents 4bb1fe4 + 10a4cde commit 6f6bb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rootlessintegration: runcimage
localrootlessintegration: all
tests/rootless.sh

shell: all
shell: runcimage
docker run -e TESTFLAGS -ti --privileged --rm -v $(CURDIR):/go/src/$(PROJECT) $(RUNC_IMAGE) bash

install:
Expand Down

0 comments on commit 6f6bb35

Please # to comment.