mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Merge branch 'devel' into devel
This commit is contained in:
@@ -5,11 +5,11 @@ ARG USERID=34000
|
|||||||
|
|
||||||
RUN addgroup -g ${USERID} ${USERNAME} && \
|
RUN addgroup -g ${USERID} ${USERNAME} && \
|
||||||
adduser -s /bin/sh -G ${USERNAME} -D -u ${USERID} ${USERNAME} && \
|
adduser -s /bin/sh -G ${USERNAME} -D -u ${USERID} ${USERNAME} && \
|
||||||
apk --update --no-cache add python3 bash curl git && \
|
apk --update --no-cache add python3 bash curl git jq && \
|
||||||
pip3 install --upgrade pip && \
|
pip3 install --upgrade pip && \
|
||||||
pip install awscli ansi2html boto3 &&\
|
pip install awscli ansi2html boto3 &&\
|
||||||
git clone https://github.com/toniblyx/prowler/
|
git clone https://github.com/toniblyx/prowler/
|
||||||
|
|
||||||
USER ${USERNAME}
|
USER ${USERNAME}
|
||||||
|
|
||||||
ENTRYPOINT ["/prowler/prowler"]
|
ENTRYPOINT ["/prowler/prowler"]
|
||||||
Reference in New Issue
Block a user