Adding django-utils-six for xapian (#473)

This commit is contained in:
Danil Smirnov
2021-07-18 20:30:15 +03:00
committed by GitHub
parent 2e9a101a1b
commit cb4ad1d10e
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ RUN set -ex \
django-auth-ldap \
python-memcached \
diskcache \
django-utils-six \
&& apk del .build-deps \
&& addgroup -S mailman \
&& adduser -S -G mailman mailman \

View File

@@ -35,6 +35,7 @@ RUN set -ex \
django-auth-ldap \
python-memcached \
diskcache \
django-utils-six \
&& python3 -m pip install -U 'Django<3.1' \
&& python3 -m pip install -U \
git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \