Initial commit
This commit is contained in:
commit
a48861eef7
3 changed files with 63 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:3
|
||||
|
||||
CMD ["/usr/sbin/postfix", "-c", "/etc/postfix", "start-fg"]
|
||||
|
||||
RUN apk --no-cache add postfix postfix-ldap
|
||||
Loading…
Add table
Add a link
Reference in a new issue