From 0f146cd81133a76e517449bfac88b99b3f97678d Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sun, 14 Jul 2019 10:28:56 +0000 Subject: [PATCH] Require python3.7-compatible podop Which is still unreleased, but serves as a placeholder here. --- core/dovecot/Dockerfile | 2 +- core/postfix/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dovecot/Dockerfile b/core/dovecot/Dockerfile index a2c3fffa..39f89054 100644 --- a/core/dovecot/Dockerfile +++ b/core/dovecot/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache \ # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Shared layer between dovecot and postfix -RUN pip3 install "podop>=0.2.5" +RUN pip3 install "podop>0.2.5" # Image specific layers under this line RUN apk add --no-cache \ dovecot dovecot-lmtpd dovecot-pop3d dovecot-submissiond dovecot-pigeonhole-plugin rspamd-client \ diff --git a/core/postfix/Dockerfile b/core/postfix/Dockerfile index 5bf8122f..2f0f168a 100644 --- a/core/postfix/Dockerfile +++ b/core/postfix/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache \ # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Shared layer between dovecot and postfix -RUN pip3 install "podop>=0.2.5" +RUN pip3 install "podop>0.2.5" # Image specific layers under this line RUN apk add --no-cache postfix postfix-pcre cyrus-sasl-plain