Skip to content

Commit b2fc0e5

Browse files
author
Brent Cook
committed
remove the first of many robots.rb workarounds
1 parent 06fc5c8 commit b2fc0e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ RUN apk update && \
4242
&& apk del .ruby-builddeps \
4343
&& rm -rf /var/cache/apk/*
4444

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-
4945
RUN adduser -g msfconsole -D $MSF_USER
5046

5147
RUN /usr/sbin/setcap cap_net_raw,cap_net_bind_service=+eip $(which ruby)

0 commit comments

Comments
 (0)