This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ruby:2.4.1-alpine | |
MAINTAINER Rapid7 | |
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage" | |
ENV APP_HOME /usr/src/metasploit-framework/ | |
ENV MSF_USER msf | |
ENV NMAP_PRIVILEGED="" | |
WORKDIR $APP_HOME | |
COPY Gemfile* m* Rakefile $APP_HOME |