Install python-memcached in Mailman Web

This commit is contained in:
Joshua Gleitze
2020-08-19 18:10:53 +02:00
parent e76bb3a1ff
commit 2bc331edc9
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ RUN set -ex \
typing \
xapian-haystack \
django-auth-ldap \
python-memcached \
&& apk del .build-deps \
&& addgroup -S mailman \
&& adduser -S -G mailman mailman \

View File

@@ -33,6 +33,7 @@ RUN set -ex \
mysqlclient \
xapian-haystack \
django-auth-ldap \
python-memcached \
&& python3 -m pip install -U 'Django<3.0' \
&& python3 -m pip install -U \
git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \