Pin correct gunicorn version to 20.1.0 as latest version gives error - Bad file descriptor. #3025
parent
d17d291e07
commit
76b0f80893
|
@ -189,7 +189,7 @@ RUN apk add \
|
|||
libedit \
|
||||
libldap \
|
||||
libcap && \
|
||||
/venv/bin/python3 -m pip install --no-cache-dir gunicorn==20.0.1 && \
|
||||
/venv/bin/python3 -m pip install --no-cache-dir gunicorn==20.1.0 && \
|
||||
find / -type d -name '__pycache__' -exec rm -rf {} + && \
|
||||
useradd -r -u 5050 -g root -s /sbin/nologin pgadmin && \
|
||||
mkdir -p /var/lib/pgadmin && \
|
||||
|
|
Loading…
Reference in New Issue