Skip to content

Commit b87440c

Browse files
authored
Update Dockerfile
1 parent 6890272 commit b87440c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ pip3 install pwntools keystone-engine unicorn capstone ropper && \
1313
mkdir tools && cd tools && \
1414
git clone https://github.com/JonathanSalwan/ROPgadget && \
1515
git clone https://github.com/radare/radare2 && cd radare2 && sys/install.sh && \
16-
cd .. && git clone https://github.com/pwndbg/pwndbg && cd pwndbg && checkout stable && ./setup.sh && \
16+
cd .. && git clone https://github.com/pwndbg/pwndbg && cd pwndbg && git checkout stable && ./setup.sh && \
1717
cd .. && git clone https://github.com/niklasb/libc-database && cd libc-database && ./get && \
1818
gem install one_gadget

0 commit comments

Comments
 (0)