From b2fc0e55de1569fa2535760d9ca23a483bf57dbf Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 28 Aug 2017 15:48:09 -0500 Subject: [PATCH] remove the first of many robots.rb workarounds --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e3bd26d5c..141513bdb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,10 +42,6 @@ RUN apk update && \ && apk del .ruby-builddeps \ && rm -rf /var/cache/apk/* -# fix for robots gem not readable (known bug) -# https://github.com/rapid7/metasploit-framework/issues/6068 -RUN chmod o+r /usr/local/bundle/gems/robots-*/lib/robots.rb - RUN adduser -g msfconsole -D $MSF_USER RUN /usr/sbin/setcap cap_net_raw,cap_net_bind_service=+eip $(which ruby)