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

@@ -16,7 +16,7 @@ ARG CLIENT_REF
RUN --mount=type=cache,target=/root/.cache \
set -ex \
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers \
postgresql-dev mariadb-dev python3-dev libffi-dev git cargo rust \
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 \