Skip to content

Commit 41d52f9

Browse files
committed
Install mingw in Docker
1 parent db9c544 commit 41d52f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ENV METASPLOIT_GROUP=metasploit
5959
# used for the copy command
6060
RUN addgroup -S $METASPLOIT_GROUP
6161

62-
RUN apk add --no-cache bash sqlite-libs nmap nmap-scripts nmap-nselibs postgresql-libs python2 python3 py3-pip ncurses libcap su-exec alpine-sdk python2-dev openssl-dev nasm
62+
RUN apk add --no-cache bash sqlite-libs nmap nmap-scripts nmap-nselibs postgresql-libs python2 python3 py3-pip ncurses libcap su-exec alpine-sdk python2-dev openssl-dev nasm mingw-w64-gcc
6363

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

0 commit comments

Comments
 (0)