mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
Enhanced Dockerfile with py3-pip
This commit is contained in:
@@ -5,9 +5,9 @@ ARG USERID=34000
|
||||
|
||||
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 coreutils && \
|
||||
apk --update --no-cache add python3 bash curl jq file coreutils py3-pip && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip install awscli boto3 detect-secrets
|
||||
pip3 install awscli boto3 detect-secrets
|
||||
|
||||
WORKDIR /prowler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user