mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
add simple docker file
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal 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/
|
||||
Reference in New Issue
Block a user