Postorius (#241)

* Remove the secret key.

* Use the latest tag for postorius.

* Use the latest django-mailman3 that supports Python 3.

* Use minimum version on Django-mailman3.

* Fix import errors.
This commit is contained in:
Abhilash Raj
2018-05-16 19:52:41 -07:00
committed by GitHub
parent 7ec61d6f45
commit bbb3030359
3 changed files with 5 additions and 15 deletions

View File

@@ -16,8 +16,7 @@ RUN set -ex \
&& apk add --no-cache --virtual .mailman-rundeps bash \
postgresql-client mysql-client py-mysqldb curl mailcap \
&& pip install -U Django>=1.11 pip \
&& pip install postorius>=1.2.0a1 \
django-mailman3>=1.2.0a2 \
&& pip install postorius==1.2.0a1 \
uwsgi \
psycopg2 \
dj-database-url \