From b69e6f939baf3e4f21162e3ae1d064fba3c68eff Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 19 Nov 2020 18:10:25 -0500 Subject: [PATCH] add distutils to fix pyproj install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69d81b8..b31cefb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ ARG ADD_PIP_PACKAGES="" # ENV settings ENV TZ=${TIMEZONE} \ DEBIAN_FRONTEND="noninteractive" \ - DEB_BUILD_DEPS="tzdata build-essential python3-setuptools python3-pip apt-utils curl git unzip" \ + DEB_BUILD_DEPS="tzdata build-essential python3-setuptools python3-distutils python3-pip apt-utils curl git unzip" \ DEB_PACKAGES="locales libgdal27 python3-gdal libsqlite3-mod-spatialite ${ADD_DEB_PACKAGES}" \ PIP_PACKAGES="greenlet==0.4.16 gunicorn==20.0.4 gevent==1.5.0 wheel==0.33.4 ${ADD_PIP_PACKAGES}"