mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 21:11:53 +00:00
Added cache purge to Dockerfile
This commit is contained in:
@@ -15,6 +15,7 @@ RUN yum install -y shadow-utils && \
|
||||
yum clean all && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install boto3 detect-secrets==1.0.3 && \
|
||||
pip3 cache purge && \
|
||||
curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip && \
|
||||
unzip awscliv2.zip && \
|
||||
aws/install && \
|
||||
|
||||
Reference in New Issue
Block a user