add simple docker file

This commit is contained in:
Steve Neuharth
2017-12-24 09:27:45 -06:00
parent 8e93bcc3da
commit 785633cc3b

4
Dockerfile Normal file
View File

@@ -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/