Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-08-20 20:42:32 +0300
committerAleksander Machniak <alec@alec.pl>2016-08-20 20:42:32 +0300
commit2225cf1bc74f371a07791a8f0ce50616d77991d4 (patch)
treeb33f14171919d3040f20a5731272f625a1176082 /Dockerfile
parentdb9bd33da44e8eb3bff0fc0314030ad361859594 (diff)
Mail_mimeDecode is not used anymore
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3e0f70b77..3060cdf48 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