mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-17 03:45:09 +01:00
Update memcached to version 3.0.4
This commit is contained in:
parent
6bd977cb3b
commit
90f83fe0bb
5 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ RUN a2enmod rewrite
|
||||||
# PECL extensions
|
# PECL extensions
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& pecl install APCu-5.1.8 \
|
&& pecl install APCu-5.1.8 \
|
||||||
&& pecl install memcached-3.0.3 \
|
&& pecl install memcached-3.0.4 \
|
||||||
&& pecl install redis-3.1.4 \
|
&& pecl install redis-3.1.4 \
|
||||||
&& docker-php-ext-enable apcu redis memcached
|
&& docker-php-ext-enable apcu redis memcached
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|
|
@ -36,7 +36,7 @@ RUN { \
|
||||||
# PECL extensions
|
# PECL extensions
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& pecl install APCu-5.1.8 \
|
&& pecl install APCu-5.1.8 \
|
||||||
&& pecl install memcached-3.0.3 \
|
&& pecl install memcached-3.0.4 \
|
||||||
&& pecl install redis-3.1.4 \
|
&& pecl install redis-3.1.4 \
|
||||||
&& docker-php-ext-enable apcu redis memcached
|
&& docker-php-ext-enable apcu redis memcached
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ RUN a2enmod rewrite
|
||||||
# PECL extensions
|
# PECL extensions
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& pecl install APCu-5.1.8 \
|
&& pecl install APCu-5.1.8 \
|
||||||
&& pecl install memcached-3.0.3 \
|
&& pecl install memcached-3.0.4 \
|
||||||
&& pecl install redis-3.1.4 \
|
&& pecl install redis-3.1.4 \
|
||||||
&& docker-php-ext-enable apcu redis memcached
|
&& docker-php-ext-enable apcu redis memcached
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|
|
@ -36,7 +36,7 @@ RUN { \
|
||||||
# PECL extensions
|
# PECL extensions
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& pecl install APCu-5.1.8 \
|
&& pecl install APCu-5.1.8 \
|
||||||
&& pecl install memcached-3.0.3 \
|
&& pecl install memcached-3.0.4 \
|
||||||
&& pecl install redis-3.1.4 \
|
&& pecl install redis-3.1.4 \
|
||||||
&& docker-php-ext-enable apcu redis memcached
|
&& docker-php-ext-enable apcu redis memcached
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ RUN a2enmod rewrite
|
||||||
# PECL extensions
|
# PECL extensions
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& pecl install APCu-5.1.8 \
|
&& pecl install APCu-5.1.8 \
|
||||||
&& pecl install memcached-3.0.3 \
|
&& pecl install memcached-3.0.4 \
|
||||||
&& pecl install redis-3.1.4 \
|
&& pecl install redis-3.1.4 \
|
||||||
&& docker-php-ext-enable apcu redis memcached
|
&& docker-php-ext-enable apcu redis memcached
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|
Loading…
Add table
Reference in a new issue