From aba3d0fb4a59bf9f8f3983598851addf85078858 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 30 Mar 2017 01:32:14 -0700 Subject: [PATCH] Add postfix to the core container. --- core/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index 3ed946f..39bbdb2 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -2,9 +2,10 @@ FROM python:3.5 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 \ +RUN apt-get update && apt-get install -y postgresql-client postfix \ && pip install git+https://gitlab.com/mailman/mailman.git \ psycopg2