This commit is contained in:
Pavel 2021-05-24 16:11:06 +03:00
parent dc5d775aa3
commit f4f060b921

View File

@ -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 \