Dockerfile 226 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 FROM docker.brainfood.com/dumb-init ADD /overlay/ / # export DEBIAN_FRONTEND=noninteractive RUNLEVEL=1 RUN ["apt-docker", \ "-y", "install", "bsd-mailx", "postfix", "dovecot-imapd", \ ";" ] EXPOSE 25 143 VOLUME ["/home"]