the imap extention is dead so for security reasons we will not build that module anymore (and we don't need it anyway)

This commit is contained in:
db1234719
2025-11-24 15:18:03 +03:30
parent f3d29e77ab
commit 4ae504c26a

View File

@@ -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