Put nmap example into its own dir and add Dockerfile

This commit is contained in:
pancho horrillo
2019-05-10 16:23:30 +02:00
parent 0c1408c694
commit b5d16c448d
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM bbva/kapow:0.1
RUN apk update && apk add nmap
COPY nmap.pow /tmp/
RUN cd /tmp && pipenv install --system --deploy
ENTRYPOINT ["/usr/bin/kapow"]
CMD ["/tmp/nmap.pow"]