Put nmap example into its own dir and add Dockerfile
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user