Merge branch 'main' into dependabot/docker/core/alpine-3.19
This commit is contained in:
@@ -13,8 +13,8 @@ RUN --mount=type=cache,target=/root/.cache \
|
||||
# Mailman html to plaintext conversion uses lynx.
|
||||
# psutil needs linux-headers to compile on musl c library.
|
||||
&& apk add --no-cache bash su-exec postgresql-client mysql-client curl python3 py3-pip linux-headers py-cryptography mariadb-connector-c lynx tzdata \
|
||||
&& python3 -m pip install -U pip setuptools wheel \
|
||||
&& python3 -m pip install psycopg2 \
|
||||
&& python3 -m pip install --break-system-packages -U pip setuptools wheel \
|
||||
&& python3 -m pip install --break-system-packages psycopg2 \
|
||||
gunicorn==19.9.0 \
|
||||
pymysql \
|
||||
-r /tmp/requirements.txt \
|
||||
|
||||
@@ -14,8 +14,8 @@ RUN --mount=type=cache,target=/root/.cache \
|
||||
postgresql-dev git libffi-dev g++ \
|
||||
&& apk add --no-cache bash su-exec postgresql-client mysql-client \
|
||||
curl python3 py3-pip linux-headers py-cryptography mariadb-connector-c tzdata \
|
||||
&& python3 -m pip install -U psycopg2 pymysql setuptools wheel \
|
||||
&& python3 -m pip install \
|
||||
&& python3 -m pip install -U --break-system-packages psycopg2 pymysql setuptools wheel \
|
||||
&& python3 -m pip install --break-system-packages \
|
||||
git+https://gitlab.com/mailman/mailman \
|
||||
git+https://gitlab.com/mailman/mailman-hyperkitty \
|
||||
gunicorn==19.9.0 \
|
||||
|
||||
Reference in New Issue
Block a user