Skip to content

Commit

Permalink
Merge pull request #1442 from p-l-/fix-docker-http-screenshot
Browse files Browse the repository at this point in the history
Docker/client: fix Nmap scripts install & patches
  • Loading branch information
p-l- committed Oct 10, 2022
2 parents 2165407 + 825cbac commit ad6faaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ RUN tar jxf phantomjs-2.1.1-linux-x86_64.tar.bz2 phantomjs-2.1.1-linux-x86_64/bi
RUN for d in /usr /usr/local; do \
d="$d/share/ivre/patches"; \
[ -d "$d" ] && ( \
cp $d/nmap/scripts/*.nse /usr/local/share/nmap/scripts; \
cd /usr/local/share/nmap/; \
cp $d/nmap/scripts/*.nse /usr/share/nmap/scripts; \
cd /usr/share/nmap/; \
for p in $d/nmap/*.patch; do \
patch -p0 < $p; \
done ; \
Expand Down

0 comments on commit ad6faaf

Please sign in to comment.