fix failing test: remove explicit dovecot-fts-xapian version from

Dockerfile
This commit is contained in:
casperklein 2024-07-03 12:07:08 +02:00
parent 8abd3be554
commit 8ef503ed22
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ EOF
# install fts_xapian plugin
COPY --from=stage-compile dovecot-fts-xapian-1.7.12_1.7.12_*.deb /
RUN dpkg -i /dovecot-fts-xapian-1.7.12_1.7.12_*.deb && rm /dovecot-fts-xapian-1.7.12_1.7.12_*.deb
COPY --from=stage-compile dovecot-fts-xapian-*.deb /
RUN dpkg -i /dovecot-fts-xapian-*.deb && rm /dovecot-fts-xapian-*.deb
COPY target/dovecot/*.inc target/dovecot/*.conf /etc/dovecot/conf.d/
COPY target/dovecot/dovecot-purge.cron /etc/cron.d/dovecot-purge.disabled