Skip to content

Commit

Permalink
Land #14657, download version of get-pip supporting python2
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Jan 25, 2021
2 parents 07ae6ac + 51fdde6 commit c4626ea
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 @@ -59,7 +59,7 @@ RUN chown -R root:metasploit $APP_HOME/
RUN chmod 664 $APP_HOME/Gemfile.lock
RUN gem update --system
RUN cp -f $APP_HOME/docker/database.yml $APP_HOME/config/database.yml
RUN curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py && rm get-pip.py
RUN curl -L -O https://github.com/pypa/get-pip/raw/3843bff3a0a61da5b63ea0b7d34794c5c51a2f11/get-pip.py && python get-pip.py && rm get-pip.py
RUN pip install impacket

WORKDIR $APP_HOME
Expand Down

0 comments on commit c4626ea

Please sign in to comment.