Skip to content

Commit

Permalink
adds mailhog mailsend lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Eike Drost committed Oct 14, 2023
1 parent 64c71e2 commit 9e26fda
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 @@ -73,6 +73,10 @@ RUN docker-php-ext-install gd mbstring 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 9e26fda

Please sign in to comment.