This commit is contained in:
Jessica Frazelle 2015-02-17 13:39:28 -08:00
parent 562971fa2e
commit 0ba33e0578

9
mailman/Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
mailman \
--no-install-recommends
ENTRYPOINT [ "mailman" ]