You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-25 22:12:28 +02:00
Install podop from pypi
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apk add --no-cache \
|
|||||||
# Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx
|
# Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx
|
||||||
RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart
|
RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart
|
||||||
# Shared layer between dovecot and postfix
|
# Shared layer between dovecot and postfix
|
||||||
RUN pip3 install git+https://github.com/Mailu/Podop.git
|
RUN pip3 install "podop>=0.2.5"
|
||||||
# Image specific layers under this line
|
# Image specific layers under this line
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
dovecot dovecot-lmtpd dovecot-pop3d dovecot-submissiond dovecot-pigeonhole-plugin rspamd-client \
|
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
|
# Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx
|
||||||
RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart
|
RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart
|
||||||
# Shared layer between dovecot and postfix
|
# Shared layer between dovecot and postfix
|
||||||
RUN pip3 install git+https://github.com/Mailu/Podop.git
|
RUN pip3 install "podop>=0.2.5"
|
||||||
# Image specific layers under this line
|
# Image specific layers under this line
|
||||||
|
|
||||||
RUN apk add --no-cache postfix postfix-pcre cyrus-sasl-plain
|
RUN apk add --no-cache postfix postfix-pcre cyrus-sasl-plain
|
||||||
|
|||||||
Reference in New Issue
Block a user