mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
use dovecot-fts-xapian from alpine package
I suggest using the dovecot-fts-xapian package from the alpine repository (newer) instead of compiling an older version from source: see https://pkgs.alpinelinux.org/package/edge/community/x86/dovecot-fts-xapian
This commit is contained in:
parent
20f00a3699
commit
84af3a3e50
@ -1,14 +1,4 @@
|
|||||||
ARG DISTRO=alpine:3.14.2
|
ARG DISTRO=alpine:3.14
|
||||||
FROM $DISTRO as builder
|
|
||||||
WORKDIR /tmp
|
|
||||||
RUN apk add git build-base automake autoconf libtool dovecot-dev xapian-core-dev icu-dev
|
|
||||||
RUN git clone https://github.com/grosjo/fts-xapian.git \
|
|
||||||
&& cd fts-xapian \
|
|
||||||
&& git checkout 1.2.7 \
|
|
||||||
&& autoreconf -vi \
|
|
||||||
&& PANDOC=false ./configure --with-dovecot=/usr/lib/dovecot \
|
|
||||||
&& make \
|
|
||||||
&& make install
|
|
||||||
|
|
||||||
FROM $DISTRO
|
FROM $DISTRO
|
||||||
|
|
||||||
@ -27,11 +17,9 @@ RUN pip3 install "podop>0.2.5"
|
|||||||
|
|
||||||
# Image specific layers under this line
|
# Image specific layers under this line
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
dovecot dovecot-lmtpd dovecot-pop3d dovecot-submissiond dovecot-pigeonhole-plugin rspamd-client xapian-core \
|
dovecot dovecot-lmtpd dovecot-pop3d dovecot-submissiond dovecot-pigeonhole-plugin rspamd-client xapian-core dovecot-fts-xapian \
|
||||||
&& mkdir /var/lib/dovecot
|
&& mkdir /var/lib/dovecot
|
||||||
|
|
||||||
COPY --from=builder /usr/lib/dovecot/lib21_fts_xapian_plugin.* /usr/lib/dovecot/
|
|
||||||
|
|
||||||
COPY conf /conf
|
COPY conf /conf
|
||||||
COPY start.py /start.py
|
COPY start.py /start.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user