|
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
|
|
|
curl \
|
|
|
default-libmysqlclient-dev \
|
|
|
dnsutils \
|
|
|
+ gettext \
|
|
|
jq \
|
|
|
libjson-webtoken-perl \
|
|
|
libcgi-pm-perl \
|
|
@@ -40,6 +41,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
|
|
|
libio-socket-ssl-perl \
|
|
|
libio-tee-perl \
|
|
|
libipc-run-perl \
|
|
|
+ libldap2-dev \
|
|
|
liblockfile-simple-perl \
|
|
|
liblz-dev \
|
|
|
liblz4-dev \
|
|
@@ -75,7 +77,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
|
|
|
|
|
|
RUN curl https://www.dovecot.org/releases/2.3/dovecot-$DOVECOT_VERSION.tar.gz | tar xvz \
|
|
|
&& cd dovecot-$DOVECOT_VERSION \
|
|
|
- && ./configure --with-solr --with-mysql --with-lzma --with-lz4 --with-ssl=openssl --with-notify=inotify --with-storages=mdbox,sdbox,maildir,mbox,imapc,pop3c --with-bzlib --with-zlib --enable-hardening \
|
|
|
+ && ./configure --with-solr --with-mysql --with-ldap --with-lzma --with-lz4 --with-ssl=openssl --with-notify=inotify --with-storages=mdbox,sdbox,maildir,mbox,imapc,pop3c --with-bzlib --with-zlib --enable-hardening \
|
|
|
&& make -j3 \
|
|
|
&& make install \
|
|
|
&& make clean \
|