Added coreutils to Dockerfile

This commit is contained in:
Toni de la Fuente
2020-09-24 14:58:10 +02:00
parent 60c741a202
commit cf926e6f5a

View File

@@ -5,7 +5,7 @@ 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 && \
apk --update --no-cache add python3 bash curl jq file coreutils && \
pip3 install --upgrade pip && \
pip install awscli boto3 detect-secrets