Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Oct 26, 2024
1 parent b85cc41 commit 2c199e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ RUN git clone --depth 1 https://github.com/rapid7/metasploit-framework.git /opt/
rbenv install $(cat /opt/metasploit-framework/.ruby-version) && \
cd /opt/metasploit-framework && \
gem install bundler && \
# try to fix weird bundler error by installing this dep manually
gem install xmlrpc && \
bundle install

# feroxbuster
Expand Down

0 comments on commit 2c199e1

Please sign in to comment.