mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 22:53:53 +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; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
bash \
|
|
||||||
coreutils \
|
|
||||||
rsync \
|
rsync \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Reference in a new issue