From 9c1675e9d8447791f90f7632ce04a4c46838ca0a Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sun, 23 Jun 2019 19:02:20 +0000 Subject: [PATCH] Use TEMPORARY workaround-branch for podop python 3.7 compatability --- 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 1489a724..ec5a8467 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 and nginx RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart # Shared layer between dovecot and postfix -RUN pip3 install podop +RUN pip3 install git+https://github.com/Nebukadneza/Podop.git@fix_py37 # 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 074cf6a1..50be8d5c 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 and nginx RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart # Shared layer between dovecot and postfix -RUN pip3 install podop +RUN pip3 install git+https://github.com/Nebukadneza/Podop.git@fix_py37 # Image specific layers under this line RUN apk add --no-cache postfix postfix-pcre cyrus-sasl-plain rsyslog