Skip to content

Commit

Permalink
implements mailhog sendmail lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Eike Drost committed Oct 14, 2023
1 parent d56a348 commit 84f47c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ RUN docker-php-ext-install -j$(nproc) gd shmop \
zip \
sockets

RUN wget https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64
RUN chmod +x mhsendmail_linux_amd64
RUN mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail

RUN pecl install apcu-5.1.22
RUN pecl install redis
RUN pecl install ast-1.1.0
Expand Down

0 comments on commit 84f47c8

Please sign in to comment.