From 4ae504c26a754f453fb5b40c57a8a1b0d37953f6 Mon Sep 17 00:00:00 2001 From: db1234719 Date: Mon, 24 Nov 2025 15:18:03 +0330 Subject: [PATCH] the imap extention is dead so for security reasons we will not build that module anymore (and we don't need it anyway) --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec6ac79..c752780 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,9 +43,7 @@ RUN ./configure \ --with-gd \ --with-jpeg \ --with-webp \ - --with-freetype \ - --with-imap \ - --with-imap-ssl + --with-freetype RUN make -j$(nproc) && make install