Changed Build process to fts-flatcurve Version of Xapian FTS

This commit is contained in:
moo 2022-04-29 14:28:49 +02:00
parent 8dba0ca7dd
commit bfa81b318d
1 changed files with 4 additions and 4 deletions

View File

@ -118,11 +118,11 @@ RUN cd /tmp && wget https://oligarchy.co.uk/xapian/${XAPIAN}/xapian-core-${XAPI
&& ./configure --prefix=/opt \
&& make && make install
RUN cd /tmp && git clone https://github.com/grosjo/fts-xapian && cd fts-xapian \
&& autoupdate \
&& autoreconf -vi \
RUN cd /tmp && git clone https://github.com/slusarz/dovecot-fts-flatcurve.git && cd dovecot-fts-flatcurve \
&& ./autogen.sh \
&& ./configure --with-dovecot=/usr/lib/dovecot \
&& make && make install
&& make \
&& make install
RUN pip3 install mysql-connector-python html2text jinja2 redis \
&& apt-get autoremove --purge -y \