From 96c009e38d0af9a50882c08434df3c7e37980f87 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 20 Mar 2017 00:08:19 +0100 Subject: [PATCH] use GNU coreutils --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e959535..5dff0a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM alpine RUN apk add --no-cache \ + coreutils \ curl \ git \ openssh \