We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fc5c8 commit b2fc0e5Copy full SHA for b2fc0e5
Dockerfile
@@ -42,10 +42,6 @@ RUN apk update && \
42
&& apk del .ruby-builddeps \
43
&& rm -rf /var/cache/apk/*
44
45
-# fix for robots gem not readable (known bug)
46
-# https://github.com/rapid7/metasploit-framework/issues/6068
47
-RUN chmod o+r /usr/local/bundle/gems/robots-*/lib/robots.rb
48
-
49
RUN adduser -g msfconsole -D $MSF_USER
50
51
RUN /usr/sbin/setcap cap_net_raw,cap_net_bind_service=+eip $(which ruby)
0 commit comments