Add sane mailman core configuration.

- Add configuration for exim to work with mailman core.
- Add configuration to enable hyperkitty in mailman core.
- Add configuration to enable mailman_hyperkitty plugin.
- Add mailman_hyperkitty plugin and ipython in the core container.
This commit is contained in:
Abhilash Raj
2017-04-05 00:32:34 -07:00
parent add2ca06ea
commit d04f5b6dc8
3 changed files with 36 additions and 19 deletions

View File

@@ -7,7 +7,8 @@ ENV DEBIAN_FRONTEND=noninteractive
# from the Gitlab.
RUN apt-get update && apt-get install -y postgresql-client postfix \
&& pip install git+https://gitlab.com/mailman/mailman.git \
psycopg2
git+https://gitlab.com/mailman/mailman-hyperkitty.git \
psycopg2 ipython
ADD assets/run.sh /opt/run.sh