From b614f46532193b1e3df614115c7420c8ec33910d Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 5 Apr 2017 20:04:16 -0700 Subject: [PATCH] Remove postfix from the default core image. --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index 80d13a0..c8099e0 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Abhilash Raj ENV DEBIAN_FRONTEND=noninteractive # Install the latest master branch of the mailman directly # from the Gitlab. -RUN apt-get update && apt-get install -y postgresql-client postfix \ +RUN apt-get update && apt-get install -y postgresql-client \ && pip install git+https://gitlab.com/mailman/mailman.git \ git+https://gitlab.com/mailman/mailman-hyperkitty.git \ psycopg2 ipython