mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Use official Mailu/Podop
This commit is contained in:
parent
80c4edb144
commit
3bfdff155c
@ -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/Mailu/MailuStart.git#egg=mailustart
|
||||
# Shared layer between dovecot and postfix
|
||||
RUN pip3 install git+https://github.com/Nebukadneza/Podop.git@fix_py37
|
||||
RUN pip3 install git+https://github.com/Mailu/Podop.git
|
||||
# Image specific layers under this line
|
||||
RUN apk add --no-cache \
|
||||
dovecot dovecot-lmtpd dovecot-pop3d dovecot-submissiond dovecot-pigeonhole-plugin rspamd-client \
|
||||
|
@ -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/Mailu/MailuStart.git#egg=mailustart
|
||||
# Shared layer between dovecot and postfix
|
||||
RUN pip3 install git+https://github.com/Nebukadneza/Podop.git@fix_py37
|
||||
RUN pip3 install git+https://github.com/Mailu/Podop.git
|
||||
# Image specific layers under this line
|
||||
|
||||
RUN apk add --no-cache postfix postfix-pcre cyrus-sasl-plain
|
||||
|
Loading…
Reference in New Issue
Block a user