Downgrade postfix back to 1.4 configuration
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
FROM alpine:3.13
|
||||
|
||||
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python3 py3-jinja2
|
||||
RUN apk add --no-cache bash postfix postfix-sqlite postfix-pcre rsyslog
|
||||
|
||||
COPY conf /conf
|
||||
COPY start.py /start.py
|
||||
COPY conf /etc/postfix
|
||||
COPY rsyslog.conf /etc/rsyslog.conf
|
||||
|
||||
CMD /start.py
|
||||
COPY start.sh /start.sh
|
||||
|
||||
CMD ["/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user