mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 04:40:55 +02:00
Do "pecl install" in series so it fails properly
This commit is contained in:
parent
cbd5bd17bc
commit
3b8aa7062a
14 changed files with 84 additions and 70 deletions
|
@ -44,11 +44,12 @@ RUN set -ex; \
|
|||
pdo_pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
APCu-5.1.11 \
|
||||
memcached-3.0.4 \
|
||||
redis-3.1.6 \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.11; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-3.1.6; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
memcached \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue