Use TEMPORARY workaround-branch for podop python 3.7 compatability

master
Dario Ernst 5 years ago
parent f85b32914c
commit 9c1675e9d8

@ -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/usrpro/MailuStart.git#egg=mailustart RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart
# Shared layer between dovecot and postfix # 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 # 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/usrpro/MailuStart.git#egg=mailustart RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart
# Shared layer between dovecot and postfix # 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 # Image specific layers under this line
RUN apk add --no-cache postfix postfix-pcre cyrus-sasl-plain rsyslog RUN apk add --no-cache postfix postfix-pcre cyrus-sasl-plain rsyslog

Loading…
Cancel
Save