From cf926e6f5a6a93ceb814b44f3d83dcb35e344d39 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Thu, 24 Sep 2020 14:58:10 +0200 Subject: [PATCH] Added coreutils to Dockerfile --- util/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Dockerfile b/util/Dockerfile index 8e8e71a1..f7a5ee67 100644 --- a/util/Dockerfile +++ b/util/Dockerfile @@ -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