From 5379e34a11d8d1d8ffc7a3c66fb7c13ec3c473fd Mon Sep 17 00:00:00 2001 From: "Lin, Yong Xiang" Date: Sat, 25 Nov 2023 07:58:50 +0800 Subject: [PATCH] Update pwn docker --- pwn_docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pwn_docker/Dockerfile b/pwn_docker/Dockerfile index 4e2564a..bc9cce2 100644 --- a/pwn_docker/Dockerfile +++ b/pwn_docker/Dockerfile @@ -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