Add missing build dependencies libpython3-dev and libgdal-dev

I'm not sure why these are required now, apparently some update changed
some dependencies.
This commit is contained in:
Bernhard Mallinger
2020-12-07 10:28:54 +01:00
parent c790158885
commit 10030e9a96
+1 -1
View File
@@ -62,7 +62,7 @@ ARG ADD_PIP_PACKAGES=""
# ENV settings
ENV TZ=${TIMEZONE} \
DEBIAN_FRONTEND="noninteractive" \
DEB_BUILD_DEPS="tzdata build-essential python3-pip apt-utils curl git unzip" \
DEB_BUILD_DEPS="tzdata build-essential libpython3-dev libgdal-dev python3-pip apt-utils curl git unzip" \
DEB_PACKAGES="locales libgdal27 python3-distutils python3-gdal libsqlite3-mod-spatialite ${ADD_DEB_PACKAGES}" \
PIP_PACKAGES="setuptools==49.3.1 greenlet==0.4.16 gunicorn==20.0.4 gevent==1.5.0 wheel==0.33.4 ${ADD_PIP_PACKAGES}"