Adding django-utils-six for xapian (#473)
This commit is contained in:
@@ -31,6 +31,7 @@ RUN set -ex \
|
|||||||
django-auth-ldap \
|
django-auth-ldap \
|
||||||
python-memcached \
|
python-memcached \
|
||||||
diskcache \
|
diskcache \
|
||||||
|
django-utils-six \
|
||||||
&& apk del .build-deps \
|
&& apk del .build-deps \
|
||||||
&& addgroup -S mailman \
|
&& addgroup -S mailman \
|
||||||
&& adduser -S -G mailman mailman \
|
&& adduser -S -G mailman mailman \
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ RUN set -ex \
|
|||||||
django-auth-ldap \
|
django-auth-ldap \
|
||||||
python-memcached \
|
python-memcached \
|
||||||
diskcache \
|
diskcache \
|
||||||
|
django-utils-six \
|
||||||
&& python3 -m pip install -U 'Django<3.1' \
|
&& python3 -m pip install -U 'Django<3.1' \
|
||||||
&& python3 -m pip install -U \
|
&& python3 -m pip install -U \
|
||||||
git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \
|
git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \
|
||||||
|
|||||||
Reference in New Issue
Block a user