Add mailcap to Dockerfile.dev too
This commit is contained in:
committed by
Abhilash Raj
parent
a35a0be1d2
commit
42b79f5b48
@@ -19,7 +19,7 @@ RUN set -ex \
|
|||||||
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers git \
|
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers git \
|
||||||
postgresql-dev mariadb-dev \
|
postgresql-dev mariadb-dev \
|
||||||
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
&& 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} \
|
&& pip install -U git+https://gitlab.com/mailman/mailmanclient@${CLIENT_REF} \
|
||||||
git+https://gitlab.com/mailman/postorius@${POSTORIUS_REF} \
|
git+https://gitlab.com/mailman/postorius@${POSTORIUS_REF} \
|
||||||
git+https://gitlab.com/mailman/hyperkitty@${HYPERKITTY_REF} \
|
git+https://gitlab.com/mailman/hyperkitty@${HYPERKITTY_REF} \
|
||||||
|
|||||||
Reference in New Issue
Block a user