Merge pull request #139 from st33v/add_docker

add simple docker file
This commit is contained in:
Toni de la Fuente
2017-12-24 19:54:34 +01:00
committed by GitHub

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/