verbose update

This commit is contained in:
Christian Mehlmauer
2016-08-13 12:52:33 +02:00
parent 88b5cd8751
commit 009ddd690e

View File

@@ -17,7 +17,7 @@ RUN bundle install --without test
RUN chown -R wpscan:wpscan /wpscan
USER wpscan
RUN /wpscan/wpscan.rb --update
RUN /wpscan/wpscan.rb --update --verbose
ENTRYPOINT ["/wpscan/wpscan.rb"]
CMD ["--help"]