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