Update web & postorius images with similar changes as core

This commit is contained in:
Pierre-Gildas MILLON
2022-01-02 10:26:20 +01:00
parent e79800f49b
commit 3fbb7e641c
7 changed files with 9 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/root/.cache \
apk update \
&& apk add --no-cache --virtual build-deps gcc python3-dev musl-dev \
postgresql-dev git libffi-dev \
&& apk add --no-cache bash su-exec postgresql-client mysql-client curl python3 py3-pip linux-headers \
&& apk add --no-cache bash su-exec postgresql-client mysql-client curl python3 py3-pip linux-headers mariadb-connector-c \
&& python3 -m pip install -U psycopg2 pymysql setuptools wheel \
&& python3 -m pip install \
git+https://gitlab.com/mailman/mailman@${CORE_REF} \