mirror of
https://github.com/nicolabs/nextcloud-docker.git
synced 2025-09-07 18:11:03 +02:00
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; \
|
||||
\
|
||||
apk add --no-cache \
|
||||
bash \
|
||||
coreutils \
|
||||
rsync \
|
||||
; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue