mirror of
https://github.com/Neur0toxine/dockerimages.git
synced 2024-11-24 13:56:06 +03:00
add pcov
This commit is contained in:
parent
dc5d775aa3
commit
f4f060b921
@ -17,7 +17,7 @@ RUN apk --update add \
|
|||||||
krb5-dev \
|
krb5-dev \
|
||||||
git \
|
git \
|
||||||
&& pecl channel-update pecl.php.net \
|
&& pecl channel-update pecl.php.net \
|
||||||
&& pecl install redis-5.3.1 \
|
&& pecl install redis-5.3.1 pcov-1.0.8 \
|
||||||
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
|
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
|
||||||
&& docker-php-ext-configure pgsql -with-pgsql=/usr/include/postgresql/ \
|
&& docker-php-ext-configure pgsql -with-pgsql=/usr/include/postgresql/ \
|
||||||
&& docker-php-ext-configure zip --with-libzip=/usr/include \
|
&& docker-php-ext-configure zip --with-libzip=/usr/include \
|
||||||
|
Loading…
Reference in New Issue
Block a user