From d1c735c1f88ea2291476aff9e76c1204778dfdbb Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Sun, 14 Jan 2018 17:02:40 +0100 Subject: [PATCH] added coreutils. Fixes #75 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fc8bd9f..370d8c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ ARG PHP_GNUPG_DEPS="php5-dev \ RUN apk add --no-cache $BASE_PHP_DEPS \ sed \ + coreutils \ tar \ bash \ curl \