Skip to content

Commit bf53bf1

Browse files
committed
Make bash as root
1 parent f73342d commit bf53bf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ test:
4848

4949
bash:
5050
docker exec --interactive --tty \
51+
--user root \
5152
$(NAME) \
5253
/bin/bash --login ||:
5354

0 commit comments

Comments
 (0)