From 0ac86e5316e32667c16aed68c90e8512a8c94f13 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 7 Oct 2016 08:21:42 +0100 Subject: [PATCH] add coreutils package to give standard gnu filetools etc --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 170d780..d2d0af1 100755 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN \ tar && \ apk add --no-cache \ bash \ + coreutils \ tzdata && \ apk add --no-cache \ --repository http://nl.alpinelinux.org/alpine/edge/community \