From 9df7443aa477c890e2dc5f2091dfaad5039ac047 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Wed, 2 Nov 2016 22:23:00 +0100 Subject: [PATCH] color --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c070970..80539446 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN bundle install --without test RUN chown -R wpscan:wpscan /wpscan USER wpscan -RUN /wpscan/wpscan.rb --update --verbose +RUN /wpscan/wpscan.rb --update --verbose --no-color ENTRYPOINT ["/wpscan/wpscan.rb"] CMD ["--help"]