Skip to content

Commit

Permalink
Install python in Docker image also
Browse files Browse the repository at this point in the history
  • Loading branch information
therealjumbo committed Feb 16, 2020
1 parent 06f1b92 commit d40be7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN mkdir ~/pkg ~/pkgs ~/logs
RUN apt-get update && apt-get install apt-file -y && apt-file update

# install "exploitable" GDB script
RUN apt-get update && apt-get install gdb python-setuptools -y
RUN apt-get update && apt-get install gdb python python-setuptools -y
RUN wget -O- 'https://github.com/jfoote/exploitable/archive/master.tar.gz' | tar zxvf - && cd exploitable-master && python setup.py install

RUN mkdir ~/fuzz-results ~/pkgs-coverage
Expand Down

0 comments on commit d40be7f

Please sign in to comment.