remove the first of many robots.rb workarounds

bug/bundler_fix
Brent Cook 2017-08-28 15:48:09 -05:00
parent 06fc5c8a3e
commit b2fc0e55de
1 changed files with 0 additions and 4 deletions

View File

@ -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)