File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ Dockerfile: FORCE
12
12
13
13
shell bash : image
14
14
@echo Running interactive shell
15
- sudo docker run -it --privileged --net=host --hostname localhost \
15
+ docker run -it --privileged --net=host --hostname localhost \
16
16
--ulimit core=-1:-1 \
17
17
--mount type=bind,source=" $( ROOT) " ,target=/home/pwntools/pwntools \
18
18
--entrypoint ./tmux.sh \
19
19
travis
20
20
21
21
doctest3 : image FORCE
22
22
@echo Running doctests
23
- sudo docker run -it --privileged --net=host --hostname localhost \
23
+ docker run -it --privileged --net=host --hostname localhost \
24
24
--ulimit core=-1:-1 \
25
25
--mount type=bind,source=" $( ROOT) " ,target=/home/pwntools/pwntools \
26
26
--env TARGET=$(TARGET ) \
27
27
--entrypoint ./$@ \
28
28
travis
29
29
30
30
image : Dockerfile
31
- sudo docker build -t travis .
31
+ docker build -t travis .
32
32
33
33
FORCE :
34
34
.PHONY : all image doctest3 bash
You can’t perform that action at this time.
0 commit comments