mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -15,7 +15,7 @@ RUN buildDeps=' \
|
||||
&& set -x \
|
||||
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& git clone https://github.com/robertdavidgraham/masscan.git /usr/src/masscan \
|
||||
&& git clone --depth 1 https://github.com/robertdavidgraham/masscan.git /usr/src/masscan \
|
||||
&& cd /usr/src/masscan \
|
||||
&& make \
|
||||
&& make install \
|
||||
|
||||
Reference in New Issue
Block a user