Update Postorius, Hyperkitty and django-mailman3. (#365)

* Update Postorius, Hyperkitty and django-mailman3.

Also, entrypoint script should compile i18n messages.

* Add git to postorius image.

* Also compile i18n messages in Postorius.

* Add GNU Gettext to the images.

* Do not compilemessages.

* Do not compilemessages.
This commit is contained in:
Abhilash Raj
2020-02-09 11:20:51 -08:00
committed by GitHub
parent 508da12771
commit 637c353dfc
4 changed files with 8 additions and 8 deletions

View File

@@ -14,10 +14,10 @@ ARG POSTORIUS_REF
# rights for management script
RUN set -ex \
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers \
postgresql-dev mariadb-dev python3-dev libffi-dev \
postgresql-dev mariadb-dev python3-dev libffi-dev git \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py-mysqldb curl mailcap \
python3 py3-setuptools libffi \
python3 py3-setuptools libffi gettext \
&& python3 -m pip install -U 'Django<3.0' pip \
&& python3 -m pip install git+https://gitlab.com/mailman/postorius@${POSTORIUS_REF} \
uwsgi \