mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Removed ansi2html from Pipfile, Dockerfile and README
This commit is contained in:
@@ -7,7 +7,7 @@ RUN addgroup -g ${USERID} ${USERNAME} && \
|
||||
adduser -s /bin/sh -G ${USERNAME} -D -u ${USERID} ${USERNAME} && \
|
||||
apk --update --no-cache add python3 bash curl jq file && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip install awscli ansi2html boto3 detect-secrets
|
||||
pip install awscli boto3 detect-secrets
|
||||
|
||||
WORKDIR /prowler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user