Merge pull request #214 from nextcloud/APCu-5.1.9

Update APCu to version 5.1.9
This commit is contained in:
Tilo Spannagel 2018-01-03 15:50:18 +01:00 committed by GitHub
commit 02fa7776a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ RUN a2enmod rewrite
# PECL extensions
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install APCu-5.1.9 \
&& pecl install memcached-3.0.4 \
&& pecl install redis-3.1.6 \
&& docker-php-ext-enable apcu redis memcached

View File

@ -35,7 +35,7 @@ RUN { \
# PECL extensions
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install APCu-5.1.9 \
&& pecl install memcached-3.0.4 \
&& pecl install redis-3.1.6 \
&& docker-php-ext-enable apcu redis memcached

View File

@ -36,7 +36,7 @@ RUN a2enmod rewrite
# PECL extensions
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install APCu-5.1.9 \
&& pecl install memcached-3.0.4 \
&& pecl install redis-3.1.6 \
&& docker-php-ext-enable apcu redis memcached

View File

@ -35,7 +35,7 @@ RUN { \
# PECL extensions
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install APCu-5.1.9 \
&& pecl install memcached-3.0.4 \
&& pecl install redis-3.1.6 \
&& docker-php-ext-enable apcu redis memcached

View File

@ -36,7 +36,7 @@ RUN a2enmod rewrite
# PECL extensions
RUN set -ex \
&& pecl install APCu-5.1.8 \
&& pecl install APCu-5.1.9 \
&& pecl install memcached-3.0.4 \
&& pecl install redis-3.1.6 \
&& docker-php-ext-enable apcu redis memcached