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 \