Upgrade Postorius to 1.1.2 (#209)

* Upgrade Postorius to 1.1.2

* Install django before django-mailman3

* Do not upgrade installed dependencies so that django remains compatible
This commit is contained in:
Abhilash Raj
2017-12-28 16:13:44 -08:00
committed by GitHub
parent ba9b7f9d94
commit d07bdedc12

View File

@@ -15,8 +15,9 @@ RUN set -ex \
postgresql-dev mariadb-dev \ postgresql-dev mariadb-dev \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \ && apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py-mysqldb curl \ postgresql-client mysql-client py-mysqldb curl \
&& pip install -U mailmanclient==3.1.1 \ && pip install -U django==1.11 \
postorius==1.1.1 \ && pip install mailmanclient==3.1.1 \
postorius==1.1.2 \
hyperkitty==1.1.4 \ hyperkitty==1.1.4 \
django-mailman3==1.1.0 \ django-mailman3==1.1.0 \
whoosh \ whoosh \
@@ -24,7 +25,6 @@ RUN set -ex \
psycopg2 \ psycopg2 \
dj-database-url \ dj-database-url \
mysqlclient \ mysqlclient \
&& pip install -U django==1.10 \
&& apk del .build-deps \ && apk del .build-deps \
&& addgroup -S mailman \ && addgroup -S mailman \
&& adduser -S -G mailman mailman \ && adduser -S -G mailman mailman \