From da9cb41b3b3465f80acff9578b5a113df5907748 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Tue, 12 Mar 2019 09:44:34 -0400 Subject: [PATCH] Added jq to Dockerfile and fixes --- util/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/Dockerfile b/util/Dockerfile index 7fd854aa..b482a97c 100644 --- a/util/Dockerfile +++ b/util/Dockerfile @@ -1,9 +1,8 @@ FROM alpine:3.9 -RUN apk --update --no-cache add python3 bash curl git +RUN apk --update --no-cache add python3 bash curl git jq RUN pip3 install --upgrade pip RUN pip install awscli ansi2html boto3 RUN git clone https://github.com/toniblyx/prowler/ ENTRYPOINT ["/prowler/prowler"] -CMD [] \ No newline at end of file