[PHP] Drop pear modules

This commit is contained in:
andryyy 2019-01-30 11:55:03 +01:00
parent 9bd1fcbede
commit 8c433bf0da

View File

@ -41,14 +41,9 @@ RUN apk add -U --no-cache autoconf \
redis \ redis \
samba-client \ samba-client \
zlib-dev \ zlib-dev \
tzdata \ tzdata
&& pear install channel://pear.php.net/Net_IDNA2-0.2.0 \
channel://pear.php.net/Auth_SASL-1.1.0 \ RUN pecl install redis-${REDIS_PECL} memcached-${MEMCACHED_PECL} APCu-${APCU_PECL} imagick-${IMAGICK_PECL} mailparse-${MAILPARSE_PECL} \
Net_IMAP \
Net_Sieve \
NET_SMTP \
Mail_mime \
&& pecl install redis-${REDIS_PECL} memcached-${MEMCACHED_PECL} APCu-${APCU_PECL} imagick-${IMAGICK_PECL} mailparse-${MAILPARSE_PECL} \
&& docker-php-ext-enable apcu imagick mailparse memcached redis \ && docker-php-ext-enable apcu imagick mailparse memcached redis \
&& pecl clear-cache \ && pecl clear-cache \
&& docker-php-ext-configure intl \ && docker-php-ext-configure intl \