mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
Merge pull request #12 from Nemo64/opcache
added opcache to extension list in php 5.5+
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ RUN buildDeps=" \
|
||||
libpq-dev \
|
||||
" \
|
||||
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $buildDeps $runtimeDeps \
|
||||
&& docker-php-ext-install bz2 calendar iconv intl mbstring mcrypt mysqli pdo_mysql pdo_pgsql pgsql zip \
|
||||
&& docker-php-ext-install bz2 calendar iconv intl mbstring mcrypt mysqli opcache pdo_mysql pdo_pgsql pgsql zip \
|
||||
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
|
||||
&& docker-php-ext-install gd \
|
||||
&& pecl install memcached redis \
|
||||
|
||||
Reference in New Issue
Block a user