mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-27 16:08:25 +01:00
Update to APCu version 5.1.8
This commit is contained in:
parent
73065ada5f
commit
31140a21fa
7 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@ RUN a2enmod rewrite
|
|||
|
||||
# PECL extensions
|
||||
RUN set -ex \
|
||||
&& pecl install APCu-4.0.10 \
|
||||
&& pecl install APCu-5.1.8 \
|
||||
&& pecl install memcached-3.0.2 \
|
||||
&& pecl install redis-2.2.8 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
|
|
@ -32,7 +32,7 @@ RUN { \
|
|||
|
||||
# PECL extensions
|
||||
RUN set -ex \
|
||||
&& pecl install APCu-4.0.10 \
|
||||
&& pecl install APCu-5.1.8 \
|
||||
&& pecl install memcached-3.0.2 \
|
||||
&& pecl install redis-2.2.8 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
|
|
@ -33,7 +33,7 @@ RUN a2enmod rewrite
|
|||
|
||||
# PECL extensions
|
||||
RUN set -ex \
|
||||
&& pecl install APCu-4.0.10 \
|
||||
&& pecl install APCu-5.1.8 \
|
||||
&& pecl install memcached-3.0.2 \
|
||||
&& pecl install redis-2.2.8 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
|
|
@ -32,7 +32,7 @@ RUN { \
|
|||
|
||||
# PECL extensions
|
||||
RUN set -ex \
|
||||
&& pecl install APCu-4.0.10 \
|
||||
&& pecl install APCu-5.1.8 \
|
||||
&& pecl install memcached-3.0.2 \
|
||||
&& pecl install redis-2.2.8 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
|
|
@ -33,7 +33,7 @@ RUN a2enmod rewrite
|
|||
|
||||
# PECL extensions
|
||||
RUN set -ex \
|
||||
&& pecl install APCu-4.0.10 \
|
||||
&& pecl install APCu-5.1.8 \
|
||||
&& pecl install memcached-3.0.2 \
|
||||
&& pecl install redis-2.2.8 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
|
|
@ -32,7 +32,7 @@ RUN { \
|
|||
|
||||
# PECL extensions
|
||||
RUN set -ex \
|
||||
&& pecl install APCu-4.0.10 \
|
||||
&& pecl install APCu-5.1.8 \
|
||||
&& pecl install memcached-3.0.2 \
|
||||
&& pecl install redis-2.2.8 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
|
|
@ -33,7 +33,7 @@ RUN a2enmod rewrite
|
|||
|
||||
# PECL extensions
|
||||
RUN set -ex \
|
||||
&& pecl install APCu-4.0.10 \
|
||||
&& pecl install APCu-5.1.8 \
|
||||
&& pecl install memcached-3.0.2 \
|
||||
&& pecl install redis-2.2.8 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
|
Loading…
Reference in a new issue