Skip to content

Commit

Permalink
Add: PwnTools for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
deepio committed Jul 29, 2020
1 parent efcddb5 commit ff76cb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Expand Up @@ -64,7 +64,10 @@ RUN set -x \

# Install PwnTools
RUN set -x \
&& pip install pwntools
# For python2
&& pip install pwntools \
# For python3
&& pip3 install pwntools

RUN set -x \
# Install Python Exploit Development Assistance for GDB
Expand Down

0 comments on commit ff76cb8

Please sign in to comment.