install only supported gems

This commit is contained in:
Christian Mehlmauer
2017-04-21 20:07:02 +02:00
parent 6b0f687abb
commit 6ccfe70775
2 changed files with 1 additions and 1 deletions

View File

@@ -17,5 +17,4 @@ data.zip
DISCLAIMER.txt
example.conf.json
bin/
Gemfile.lock

View File

@@ -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 && \