Fix the issue where docker with SSL v8.7 fails to start. #7520

This commit is contained in:
Khushboo Vashi 2024-05-31 14:29:36 +05:30
parent 2fb5b26adb
commit 6509e45b6f

View File

@ -199,7 +199,7 @@ RUN apk add \
libedit \
libldap \
libcap && \
/venv/bin/python3 -m pip install --no-cache-dir gunicorn==20.1.0 && \
/venv/bin/python3 -m pip install --no-cache-dir gunicorn==22.0.0 && \
find / -type d -name '__pycache__' -exec rm -rf {} + && \
useradd -r -u 5050 -g root -s /sbin/nologin pgadmin && \
mkdir -p /run/pgadmin /var/lib/pgadmin && \