Remove bash dependency from alpine variant

This commit is contained in:
Tilo Spannagel 2018-03-15 16:59:08 +01:00
parent db233e28be
commit f4cb78945e
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%%
RUN set -ex; \
\
apk add --no-cache \
bash \
coreutils \
rsync \
; \
\