2016-02-24 08:44:49 +02:00
|
|
|
FROM alpine
|
|
|
|
|
2017-02-12 17:46:30 +02:00
|
|
|
RUN apk add --no-cache bash postfix postfix-sqlite postfix-pcre rsyslog
|
2016-02-24 08:44:49 +02:00
|
|
|
|
|
|
|
COPY conf /etc/postfix
|
|
|
|
COPY rsyslog.conf /etc/rsyslog.conf
|
|
|
|
|
|
|
|
COPY start.sh /start.sh
|
|
|
|
|
|
|
|
CMD ["/start.sh"]
|