0
0
Fork 0
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:
Tilo Spannagel 2018-03-08 09:38:24 +01:00
parent f0e9f272b0
commit 7e390bc4b5
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
3 changed files with 15 additions and 6 deletions

View file

@ -53,9 +53,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 \