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 \ ; \ \