mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
Make image smaller
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
FROM python
|
||||
FROM python:3.7-slim
|
||||
MAINTAINER Bridgecrew <www.bridgecrew.io>
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install jq -y && pip install awscli detect-secrets boto3
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install jq curl -y && pip install awscli detect-secrets boto3
|
||||
|
||||
RUN curl -sL https://github.com/bridgecrewio/prowler/archive/feature/dockerized_prowler.tar.gz | tar xz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user