mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Merge pull request #111 from StevenVanAcker/docker-fix-ropper
--no-cache-dir is an invalid option
This commit is contained in:
commit
9974b720d5
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
[ -e ropper ] || git clone --depth 1 https://github.com/sashs/Ropper.git ropper
|
||||
|
||||
ctf-tools-pip install --no-use-wheel --no-cache-dir -I capstone
|
||||
ctf-tools-pip install --no-use-wheel -I capstone
|
||||
ctf-tools-pip install filebytes
|
||||
ctf-tools-pip install -e ropper
|
||||
|
|
Loading…
Reference in a new issue