Add postfix to the core container.

This commit is contained in:
Abhilash Raj
2017-03-30 01:32:14 -07:00
parent 20d2708a0e
commit aba3d0fb4a

View File

@@ -2,9 +2,10 @@ FROM python:3.5
MAINTAINER Abhilash Raj MAINTAINER Abhilash Raj
ENV DEBIAN_FRONTEND=noninteractive
# Install the latest master branch of the mailman directly # Install the latest master branch of the mailman directly
# from the Gitlab. # 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 \ && pip install git+https://gitlab.com/mailman/mailman.git \
psycopg2 psycopg2