From d7ca5d19cf211e685307ac9cd59e337f2e48b061 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 5 Jun 2019 11:48:34 +0200 Subject: [PATCH] poc: fix path to kapow executable in nmap example Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: César Gallego Rodríguez --- poc/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/poc/Dockerfile b/poc/Dockerfile index b4e5d78..d0d2249 100644 --- a/poc/Dockerfile +++ b/poc/Dockerfile @@ -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"]