1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-25 00:38:11 +02:00

Merge pull request #1319 from erik-wramner/add_dovecot_solr_issue_905

Added dovecot-solr for full text search. Only package, config to be done separately.
This commit is contained in:
Erik Wramner 2019-11-10 13:13:30 +01:00 committed by GitHub
commit 52c8e1dbb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ RUN echo "deb http://http.debian.net/debian stretch-backports main" | tee -a /et
dovecot-managesieved \
dovecot-pop3d \
dovecot-sieve \
dovecot-solr \
&& \
apt-get autoclean && \
rm -rf /var/lib/apt/lists/* && \