[WIP] Utilise mailcatcher pour l'envois de mail

This commit is contained in:
2016-09-28 11:26:52 +02:00
parent 200cd26a06
commit 8a22bc22e0
5 changed files with 38 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ RUN cd /tmp/ && \
mv xdebug-2.4.1/* /usr/src/php/ext/xdebug/
RUN apt-get update && apt-get install -y \
ssmtp \
ssmtp \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
@@ -21,5 +21,6 @@ RUN apt-get update && apt-get install -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY ../config/ssmtpd.conf /etc/ssmtp/ssmtp.conf
RUN docker-php-ext-install xdebug