From fff9f80b1c03fbd82ab1bb8d122965057f8faacf Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Fri, 5 Jul 2019 21:26:41 +0200 Subject: [PATCH] build image also needs coreutils (#200) Signed-off-by: Felix Bartels --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 48d8500..b0eb93c 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,7 +1,7 @@ FROM docker:18.09.6 ENV COMPOSE_VERSION "1.19.0" ENV REG_VERSION "0.16.0" -RUN apk add --no-cache bash curl expect make nano jq py-pip +RUN apk add --no-cache bash curl coreutils expect make nano jq py-pip RUN pip install --no-cache-dir docker-compose==${COMPOSE_VERSION} # the 0.16.0 release of reg has a bug that breaks loading tags from the docker hub. # issue is fixed in master, but not in a release.