mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Fixing missing &&
This commit is contained in:
@@ -8,7 +8,7 @@ RUN addgroup -g ${USERID} ${USERNAME} && \
|
||||
apk --update --no-cache add python3 bash curl git jq file && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip install awscli ansi2html boto3 detect-secrets &&\
|
||||
git clone https://github.com/toniblyx/prowler/
|
||||
git clone https://github.com/toniblyx/prowler/ &&\
|
||||
chown -R prowler /prowler/
|
||||
|
||||
USER ${USERNAME}
|
||||
|
||||
Reference in New Issue
Block a user