poc/examples/nmap/Dockerfile: tidy it a little bit

This commit is contained in:
pancho horrillo
2019-06-18 15:50:24 +02:00
parent 1c7b2c5e96
commit 04715abbe1
+5 -4
View File
@@ -1,6 +1,7 @@
FROM bbva/kapow:0.1
RUN apk update && apk add nmap
FROM bbva/kapow:0.2
RUN apk add nmap
COPY nmap.pow /tmp/
RUN cd /tmp && pipenv install --system --deploy
ENTRYPOINT ["/usr/bin/kapow"]
CMD ["server", "/tmp/nmap.pow"]