Update web & postorius images with similar changes as core

This commit is contained in:
Pierre-Gildas MILLON
2022-01-02 10:30:42 +01:00
parent 231fb0b9fc
commit 37db88f1b2
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/root/.cache \
postgresql-dev mariadb-dev python3-dev libffi-dev openldap-dev cargo rust \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev \
python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev py-cryptography \
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
&& pip install mailmanclient==3.3.3 \
postorius==1.3.6 \