Remove version constraint of gunicorn

This commit is contained in:
Abhilash Raj
2024-09-20 12:10:44 +00:00
parent 7e9681314f
commit 622e624c3e
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ RUN --mount=type=cache,target=/root/.cache \
&& apk add --no-cache bash su-exec postgresql-client mysql-client curl python3 py3-pip linux-headers py-cryptography mariadb-connector-c lynx tzdata \ && 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 --break-system-packages -U pip setuptools wheel \ && python3 -m pip install --break-system-packages -U pip setuptools wheel \
&& python3 -m pip install --break-system-packages psycopg2 \ && python3 -m pip install --break-system-packages psycopg2 \
gunicorn==19.9.0 \
pymysql \ pymysql \
-r /tmp/requirements.txt \ -r /tmp/requirements.txt \
'importlib-resources<6.0.0' \ 'importlib-resources<6.0.0' \

View File

@@ -18,7 +18,6 @@ RUN --mount=type=cache,target=/root/.cache \
&& python3 -m pip install --break-system-packages \ && python3 -m pip install --break-system-packages \
git+https://gitlab.com/mailman/mailman \ git+https://gitlab.com/mailman/mailman \
git+https://gitlab.com/mailman/mailman-hyperkitty \ git+https://gitlab.com/mailman/mailman-hyperkitty \
gunicorn==19.9.0 \
&& apk del build-deps \ && apk del build-deps \
&& adduser -S mailman && adduser -S mailman