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