Skip to content

Commit 6f6bb35

Browse files
author
Michael Crosby
authored
Merge pull request opencontainers#1746 from tiborvass/fix-shell
Fix make shell
2 parents 4bb1fe4 + 10a4cde commit 6f6bb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ rootlessintegration: runcimage
8282
localrootlessintegration: all
8383
tests/rootless.sh
8484

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

8888
install:

0 commit comments

Comments
 (0)