mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-24 20:34:10 +02:00
Use var for pecl package versions
This commit is contained in:
parent
f0e9f272b0
commit
7e390bc4b5
3 changed files with 15 additions and 6 deletions
|
@ -49,9 +49,9 @@ RUN set -ex; \
|
|||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
APCu-5.1.10 \
|
||||
memcached-3.0.4 \
|
||||
redis-3.1.6 \
|
||||
APCu-%%APCU_VERSION%% \
|
||||
memcached-%%MEMCACHED_VERSION%% \
|
||||
redis-%%REDIS_VERSION%% \
|
||||
; \
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue