From f4cb78945e2d2888d30544433c938040ea081d69 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Thu, 15 Mar 2018 16:59:08 +0100 Subject: [PATCH] Remove bash dependency from alpine variant --- Dockerfile-alpine.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index cd75dae..03526a1 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -4,8 +4,6 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%% RUN set -ex; \ \ apk add --no-cache \ - bash \ - coreutils \ rsync \ ; \ \