From 7acbd1a87d34f76a997fc690973f6066cb6e2a16 Mon Sep 17 00:00:00 2001 From: lookshe Date: Tue, 24 Nov 2020 23:15:19 +0100 Subject: add imap --- php-7.4-opt/.copy.Dockerfile.swp | Bin 12288 -> 0 bytes php-7.4-opt/TODO.md | 1 - php-7.4-opt/build.Dockerfile | 4 ++-- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 php-7.4-opt/.copy.Dockerfile.swp diff --git a/php-7.4-opt/.copy.Dockerfile.swp b/php-7.4-opt/.copy.Dockerfile.swp deleted file mode 100644 index 4e03dcf..0000000 Binary files a/php-7.4-opt/.copy.Dockerfile.swp and /dev/null differ diff --git a/php-7.4-opt/TODO.md b/php-7.4-opt/TODO.md index b62f482..5dcaa22 100644 --- a/php-7.4-opt/TODO.md +++ b/php-7.4-opt/TODO.md @@ -1,6 +1,5 @@ ## ToDo -- add imap to configure flags - add config files - php.ini - modules diff --git a/php-7.4-opt/build.Dockerfile b/php-7.4-opt/build.Dockerfile index ebef905..7960316 100644 --- a/php-7.4-opt/build.Dockerfile +++ b/php-7.4-opt/build.Dockerfile @@ -118,8 +118,8 @@ RUN cd php-7.4.12 \ --with-freetype \ --with-gettext \ --with-gmp \ - #--with-imap=shared \ - #--with-imap-ssl \ + --with-imap \ + --with-imap-ssl \ --with-jpeg \ --with-kerberos \ --with-ldap=shared \ -- cgit v1.2.3