Skip to content

Commit

Permalink
add php imap extension
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Apr 15, 2024
1 parent f2897f6 commit 99e8941
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 @@ -30,6 +30,10 @@ RUN apt-get update -qy && \

RUN pecl install pcov redis memcached
RUN docker-php-ext-install gd zip pdo pdo_mysql pdo_pgsql mbstring bcmath ctype fileinfo xml bz2 pcntl curl ftp

RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
docker-php-ext-install imap

RUN docker-php-ext-configure opcache --enable-opcache \
&& docker-php-ext-install opcache

Expand Down

0 comments on commit 99e8941

Please sign in to comment.