Switch postfix to Podop

This commit is contained in:
Pierre Jaury
2018-07-26 21:57:21 +02:00
parent 82e738cc53
commit bb73933e1e
3 changed files with 29 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
FROM alpine
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python py-jinja2
RUN apk add --no-cache postfix postfix-pcre rsyslog \
python3 py3-pip \
&& pip3 install jinja2 podop
COPY conf /conf
COPY start.py /start.py