mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
Added jq to Dockerfile and fixes
This commit is contained in:
+1
-2
@@ -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 []
|
||||
Reference in New Issue
Block a user