From 2225cf1bc74f371a07791a8f0ce50616d77991d4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 20 Aug 2016 19:42:32 +0200 Subject: [PATCH] Mail_mimeDecode is not used anymore --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e0f70b77e2..3060cdf48cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get -qq update RUN apt-get install -qq apache2-mpm-event ca-certificates RUN apt-get install -qq php5 php-pear php5-mysql php5-pgsql php5-sqlite -RUN pear install mail_mime mail_mimedecode net_smtp net_idna2-beta auth_sasl net_sieve crypt_gpg +RUN pear install mail_mime net_smtp net_idna2-beta auth_sasl net_sieve crypt_gpg RUN a2enmod expires RUN a2enmod headers