1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Require python3.7-compatible podop

Which is still unreleased, but serves as a placeholder here.
This commit is contained in:
Dario Ernst
2019-07-14 10:28:56 +00:00
parent 0306be1eed
commit 0f146cd811
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \

View File

@@ -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