Fix issues with gunicorn 20.0.0 (#350)

* Fix latest version of gunicorn.

* Use older version of gunicorn.
This commit is contained in:
Abhilash Raj
2019-11-17 17:47:01 -08:00
committed by GitHub
parent 7965824453
commit 9ebc27138e
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ RUN apk update \
&& apk add --no-cache bash su-exec postgresql-client mysql-client curl python py3-setuptools \
&& python3 -m pip install -U pip \
&& python3 -m pip install psycopg2 \
gunicorn==19.9.0 \
mailman==3.3.0 \
mailman-hyperkitty==1.1.0 \
pymysql \