Add support for CACHES. (#467)

Also, bump Django to 3.1.
This commit is contained in:
Abhilash Raj
2021-05-22 09:42:05 -07:00
committed by GitHub
parent 1186d36462
commit 496ee0c057
3 changed files with 22 additions and 20 deletions

View File

@@ -34,7 +34,8 @@ RUN set -ex \
xapian-haystack \
django-auth-ldap \
python-memcached \
&& python3 -m pip install -U 'Django<3.0' \
diskcache \
&& python3 -m pip install -U 'Django<3.1' \
&& python3 -m pip install -U \
git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \
&& apk del .build-deps \