add full-text search support

This commit is contained in:
Thomas Sänger
2018-08-05 18:59:57 +02:00
parent f506966abc
commit fb62e6b5a2
2 changed files with 15 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:3.7
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \
dovecot dovecot-sqlite dovecot-pigeonhole-plugin dovecot-pigeonhole-plugin-extdata \
rspamd-client@testing python py-jinja2
dovecot-fts-lucene rspamd-client@testing python py-jinja2
COPY conf /conf
COPY sieve /var/lib/dovecot