install only supported gems
This commit is contained in:
@@ -17,5 +17,4 @@ data.zip
|
||||
DISCLAIMER.txt
|
||||
example.conf.json
|
||||
bin/
|
||||
Gemfile.lock
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ RUN adduser -h /wpscan -g WPScan -D wpscan
|
||||
RUN echo "gem: --no-ri --no-rdoc" > /etc/gemrc
|
||||
|
||||
COPY Gemfile /wpscan
|
||||
COPY Gemfile.lock /wpscan
|
||||
|
||||
# runtime dependencies
|
||||
RUN apk add --no-cache libcurl procps && \
|
||||
|
||||
Reference in New Issue
Block a user