Skip to content

Commit

Permalink
Update pwndocker
Browse files Browse the repository at this point in the history
  • Loading branch information
r888800009 committed Dec 11, 2022
1 parent 5714be2 commit 78c9e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pwn_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get install proxychains -y
RUN apt-get install gcc ruby-dev libseccomp-dev -y
RUN gem install seccomp-tools

RUN git clone https://github.com/radareorg/radare2 && radare2/sys/install.sh
RUN git clone https://github.com/radareorg/radare2 && radare2/sys/install.sh && pip install r2pipe

RUN chsh -s /bin/zsh

Expand Down
2 changes: 1 addition & 1 deletion pwn_docker/setup_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

docker_name=ctf_ubuntu_$1

docker build . -t $docker_name --target ctf --build-arg VERSION=$1
docker build . -t $docker_name --target ctf --build-arg VERSION=$1 $2

echo "Run the following command to run the container:"
echo " docker run --privileged --rm -it -v "'$(pwd)'":/work $docker_name"
Expand Down

0 comments on commit 78c9e23

Please sign in to comment.