Skip to content

Commit

Permalink
Created a new Dockerfile based on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni de la Fuente committed Mar 12, 2019
1 parent fa1a3b8 commit bc9d4fe
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions util/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM python
MAINTAINER Steve Neuharth <steve@aethereal.io>
RUN apt-get update && apt-get upgrade -y && pip install awscli ansi2html
ADD prowler* /usr/local/bin/
FROM alpine:3.9

RUN apk --update --no-cache add python3 bash curl git
RUN pip3 install --upgrade pip
RUN pip install awscli ansi2html boto3
RUN git clone https://github.com/toniblyx/prowler/

ENTRYPOINT ["/prowler/prowler"]
CMD []

0 comments on commit bc9d4fe

Please sign in to comment.