Files
prowler/util/Dockerfile
Toni de la Fuente 6a4127dc40 tests v2
2018-03-19 14:55:25 -04:00

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/