mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
5 lines
161 B
Docker
5 lines
161 B
Docker
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/
|