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