Add postfix to the core container.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user