Merge pull request #392 from jGleitz/memcached

Install python-memcached in Mailman Web
This commit is contained in:
Abhilash Raj
2020-08-19 11:30:25 -07:00
committed by GitHub
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} \