Browse Source

Memcached version fixed for PHP 5.6

master
Rafael Mello 8 years ago
parent
commit
a531f92db3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      5.6/Dockerfile

+ 1
- 1
5.6/Dockerfile View File

@ -58,7 +58,7 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
&& pecl install apcu-4.0.10 \
&& pecl install redis-2.2.8 \
&& pecl install gearman \
&& pecl install memcached \
&& pecl install memcached-2.2.0 \
&& docker-php-ext-install \
iconv \
mbstring \


Loading…
Cancel
Save