Merge pull request #346 from nomex/add_detect_secrets_to_docker

Fixing missing &&
This commit is contained in:
Toni de la Fuente
2019-07-04 05:36:15 -03:00
committed by GitHub

View File

@@ -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}