Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from secureCodeBox/feature/add-nmap-script-engine
Browse files Browse the repository at this point in the history
Add nmap script engine
  • Loading branch information
MartinLang1 authored Oct 11, 2018
2 parents b4b2582 + 635eb71 commit d460bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10-alpine

RUN apk update && apk upgrade && apk add nmap
RUN apk update && apk upgrade && apk add nmap nmap-scripts

COPY package.json package-lock.json /src/

Expand Down

0 comments on commit d460bf8

Please sign in to comment.