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

@@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/root/.cache \
postgresql-dev mariadb-dev mariadb-connector-c python3-dev libffi-dev openldap-dev cargo rust \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
python3 py3-pip libffi libuuid pcre-dev \
python3 py3-pip libffi libuuid pcre-dev py-cryptography \
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
&& python3 -m pip install postorius==1.3.6 \
uwsgi \