Remove bash dependency from alpine variant
This commit is contained in:
parent
db233e28be
commit
f4cb78945e
@ -4,8 +4,6 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%%
|
|||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
bash \
|
|
||||||
coreutils \
|
|
||||||
rsync \
|
rsync \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user