Remove postfix from the default core image.

This commit is contained in:
Abhilash Raj
2017-04-05 20:04:16 -07:00
parent f45c754c7d
commit b614f46532

View File

@@ -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