From a0eac6ea163cd8dd50e4c9b3238bf2be7d295ebc Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 9 Oct 2023 16:49:01 +0200 Subject: [PATCH] Update core/dovecot/Dockerfile Co-authored-by: Dimitri Huisman <52963853+Diman0@users.noreply.github.com> --- core/dovecot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dovecot/Dockerfile b/core/dovecot/Dockerfile index 190b5a65..5aa925cc 100644 --- a/core/dovecot/Dockerfile +++ b/core/dovecot/Dockerfile @@ -8,7 +8,7 @@ LABEL version=$VERSION RUN set -euxo pipefail \ ; apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main 'dovecot<2.4' dovecot-fts-xapian dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d dovecot-submissiond xapian-core \ - ; apk add rspamd-client \ + ; apk add --no-cache rspamd-client \ ; mkdir /var/lib/dovecot COPY conf/ /conf/