Merge branch 'main' into dependabot/docker/web/alpine-3.19.0

This commit is contained in:
Abhilash Raj
2023-12-26 17:06:52 +05:30
committed by GitHub
7 changed files with 23 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/root/.cache \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc tzdata \
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev py-cryptography \
&& pip install --break-system-packages -U 'Django<4.2' pip setuptools wheel \
&& python3 -m pip install --break-system-packages -U 'Django<4.2' pip setuptools wheel \
&& pip install --break-system-packages -r /tmp/requirements.txt \
whoosh \
uwsgi \