Skip to content

Commit

Permalink
Update pwn docker
Browse files Browse the repository at this point in the history
  • Loading branch information
r888800009 committed Nov 24, 2023
1 parent 4551a8b commit 5379e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pwn_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ RUN apt-get install libc6-armhf-cross libc6-arm64-cross gdb-multiarch qemu-syste

# install r888800009/CTF-tool/
RUN apt-get install xonsh -y
RUN git clone https://github.com/r888800009/CTF-tool/
RUN git clone https://github.com/r888800009/CTF-tool/ \
&& cd CTF-tool && python3 instal_gdb_toolbox.py

# install r888800009/dotfile/
RUN apt-get install zsh sudo -y
Expand Down

0 comments on commit 5379e34

Please sign in to comment.