Merge branch 'main' into mysql_port

This commit is contained in:
Abhilash Raj
2022-04-14 00:10:10 -07:00
committed by GitHub
8 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache \
postgresql-dev mariadb-dev mariadb-connector-c python3-dev libffi-dev git cargo rust \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py3-mysqlclient curl mailcap \
python3 py3-pip libffi gettext \
python3 py3-pip libffi gettext py-cryptography \
&& python3 -m pip install -U pip setuptools wheel \
&& python3 -m pip install -U \
git+https://gitlab.com/mailman/mailmanclient@${CLIENT_REF} \