Add mailcap to Dockerfile.dev too

This commit is contained in:
Abhilash Raj
2018-03-07 23:47:20 -08:00
committed by Abhilash Raj
parent a35a0be1d2
commit 42b79f5b48

View File

@@ -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} \