mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 06:33:54 +01:00
Remove bash dependency from alpine variant
This commit is contained in:
parent
db233e28be
commit
f4cb78945e
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%%
|
|||
RUN set -ex; \
|
||||
\
|
||||
apk add --no-cache \
|
||||
bash \
|
||||
coreutils \
|
||||
rsync \
|
||||
; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue