[PHP-FPM] Include net_sieve, test removal of usr/src/php for size

master
André 2017-11-03 20:27:43 +01:00
parent b16684ce20
commit 1ef10f1358
1 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@ RUN apk add -U --no-cache libxml2-dev \
&& pear install channel://pear.php.net/Net_IDNA2-0.2.0 \ && pear install channel://pear.php.net/Net_IDNA2-0.2.0 \
channel://pear.php.net/Auth_SASL-1.1.0 \ channel://pear.php.net/Auth_SASL-1.1.0 \
Net_IMAP \ Net_IMAP \
Net_Sieve \
NET_SMTP \ NET_SMTP \
Mail_mime \ Mail_mime \
&& pecl install redis-${REDIS_PECL} memcached-${MEMCACHED_PECL} APCu-${APCU_PECL} imagick-${IMAGICK_PECL} \ && pecl install redis-${REDIS_PECL} memcached-${MEMCACHED_PECL} APCu-${APCU_PECL} imagick-${IMAGICK_PECL} \
@ -54,7 +55,8 @@ RUN apk add -U --no-cache libxml2-dev \
echo 'opcache.memory_consumption=128'; \ echo 'opcache.memory_consumption=128'; \
echo 'opcache.save_comments=1'; \ echo 'opcache.save_comments=1'; \
echo 'opcache.revalidate_freq=1'; \ echo 'opcache.revalidate_freq=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini } > /usr/local/etc/php/conf.d/opcache-recommended.ini \
&& rm -rf /usr/src/php*
COPY ./docker-entrypoint.sh / COPY ./docker-entrypoint.sh /