Skip to content

Commit

Permalink
Mail_mimeDecode is not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Aug 20, 2016
1 parent db9bd33 commit 2225cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN apt-get -qq update
RUN apt-get install -qq apache2-mpm-event ca-certificates 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 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 expires
RUN a2enmod headers RUN a2enmod headers
Expand Down

0 comments on commit 2225cf1

Please sign in to comment.