Fix apcu installation with docker-php-ext-enable.
This commit is contained in:
parent
a123e14a04
commit
710f6e02a5
|
|
@ -19,7 +19,7 @@ RUN set -ex; \
|
|||
\
|
||||
pecl install apcu; \
|
||||
pecl install yaml; \
|
||||
docker-php-ext-install apcu yaml; \
|
||||
docker-php-ext-enable apcu yaml; \
|
||||
docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
|
||||
docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/; \
|
||||
docker-php-ext-install gd mysqli opcache zip ldap; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue