diff --git a/.github/docker-images/alpine-3.16-x64/Dockerfile b/.github/docker-images/alpine-3.16-x64/Dockerfile index 66e989bb3..2512829d1 100644 --- a/.github/docker-images/alpine-3.16-x64/Dockerfile +++ b/.github/docker-images/alpine-3.16-x64/Dockerfile @@ -18,7 +18,8 @@ RUN apk add \ ca-certificates \ cmake \ bash \ - aws-cli + aws-cli \ + coreutils ############################################################################### # Install entrypoint