mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-11-08 16:13:57 +01:00
Update Dockerfile
Remove duplicate pip install requests
This commit is contained in:
parent
d40a7249db
commit
66467a4696
@ -16,7 +16,7 @@ RUN apt-get update && \
|
||||
apt-get install -y build-essential jq strace ltrace curl wget rubygems gcc dnsutils netcat gcc-multilib net-tools \
|
||||
vim gdb gdb-multiarch python python3 python3-pip python3-dev libssl-dev libffi-dev wget git make procps \
|
||||
libpcre3-dev libdb-dev libxt-dev libxaw7-dev emacs-nox && \
|
||||
pip install capstone requests pwntools r2pipe pwntools keystone-engine unicorn capstone ropper meson ninja && \
|
||||
pip install capstone requests pwntools r2pipe keystone-engine unicorn ropper meson ninja && \
|
||||
mkdir /tools && \
|
||||
cd /tools && git clone https://github.com/JonathanSalwan/ROPgadget && \
|
||||
cd /tools && git clone https://github.com/niklasb/libc-database && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user