mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 12:50:54 +02:00
Update redis to version 3.1.6
This commit is contained in:
parent
ac3f70f027
commit
d99ae52b19
5 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ RUN a2enmod rewrite
|
|||
RUN set -ex \
|
||||
&& pecl install APCu-5.1.8 \
|
||||
&& pecl install memcached-3.0.4 \
|
||||
&& pecl install redis-3.1.5 \
|
||||
&& pecl install redis-3.1.6 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
RUN a2enmod rewrite
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue