Install python-memcached in Mailman Web
This commit is contained in:
@@ -29,6 +29,7 @@ RUN set -ex \
|
|||||||
typing \
|
typing \
|
||||||
xapian-haystack \
|
xapian-haystack \
|
||||||
django-auth-ldap \
|
django-auth-ldap \
|
||||||
|
python-memcached \
|
||||||
&& apk del .build-deps \
|
&& apk del .build-deps \
|
||||||
&& addgroup -S mailman \
|
&& addgroup -S mailman \
|
||||||
&& adduser -S -G mailman mailman \
|
&& adduser -S -G mailman mailman \
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ RUN set -ex \
|
|||||||
mysqlclient \
|
mysqlclient \
|
||||||
xapian-haystack \
|
xapian-haystack \
|
||||||
django-auth-ldap \
|
django-auth-ldap \
|
||||||
|
python-memcached \
|
||||||
&& python3 -m pip install -U 'Django<3.0' \
|
&& python3 -m pip install -U 'Django<3.0' \
|
||||||
&& 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