poc: fix path to kapow executable in nmap example Dockerfile
Co-authored-by: César Gallego Rodríguez <cesar.gallego.next@bbva.com>
This commit is contained in:
@@ -3,6 +3,5 @@ RUN apk update && apk add bash curl coreutils file
|
||||
RUN pip install pipenv
|
||||
COPY Pipfile Pipfile.lock /tmp/
|
||||
RUN cd /tmp && pipenv install --system --deploy
|
||||
COPY kapow /usr/bin
|
||||
COPY bin/* /usr/bin/
|
||||
ENTRYPOINT ["/usr/bin/kapow"]
|
||||
|
||||
Reference in New Issue
Block a user