From 50cdf4efad280201bf621aaf6ae4e75eb1598028 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Tue, 29 Sep 2020 11:24:03 +0200 Subject: [PATCH] Fixes #545 and #547 - pin greenlet to 0.4.16 See also https://github.com/geopython/pygeoapi/issues/545#issuecomment-698999509 . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b662cff..69d81b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ ENV TZ=${TIMEZONE} \ DEBIAN_FRONTEND="noninteractive" \ DEB_BUILD_DEPS="tzdata build-essential python3-setuptools python3-pip apt-utils curl git unzip" \ DEB_PACKAGES="locales libgdal27 python3-gdal libsqlite3-mod-spatialite ${ADD_DEB_PACKAGES}" \ - PIP_PACKAGES="gunicorn==20.0.4 gevent==1.5a4 wheel==0.33.4 ${ADD_PIP_PACKAGES}" + PIP_PACKAGES="greenlet==0.4.16 gunicorn==20.0.4 gevent==1.5.0 wheel==0.33.4 ${ADD_PIP_PACKAGES}" RUN mkdir -p /pygeoapi/pygeoapi # Add files required for pip/setuptools