diff --git a/web/Dockerfile.dev b/web/Dockerfile.dev index a0c9fa5..59ec1cd 100644 --- a/web/Dockerfile.dev +++ b/web/Dockerfile.dev @@ -19,7 +19,7 @@ RUN set -ex \ && apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers git \ postgresql-dev mariadb-dev \ && apk add --no-cache --virtual .mailman-rundeps bash sassc \ - postgresql-client mysql-client py-mysqldb curl \ + postgresql-client mysql-client py-mysqldb curl mailcap \ && pip install -U git+https://gitlab.com/mailman/mailmanclient@${CLIENT_REF} \ git+https://gitlab.com/mailman/postorius@${POSTORIUS_REF} \ git+https://gitlab.com/mailman/hyperkitty@${HYPERKITTY_REF} \