Skip to content

Commit

Permalink
Merge pull request #139 from st33v/add_docker
Browse files Browse the repository at this point in the history
add simple docker file
  • Loading branch information
toniblyx authored Dec 24, 2017
2 parents 8e93bcc + 785633c commit deacd27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
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/

0 comments on commit deacd27

Please sign in to comment.