Switch to env_file and deploy amavis

This commit is contained in:
Pierre Jaury
2016-03-02 21:25:56 +01:00
parent d0006dc624
commit c55c1202d6
11 changed files with 261 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine
RUN apk add --update postfix postfix-sqlite rsyslog && rm -rf /var/cache/apk/*
RUN apk add --update bash postfix postfix-sqlite rsyslog && rm -rf /var/cache/apk/*
COPY conf /etc/postfix
COPY rsyslog.conf /etc/rsyslog.conf