Don't install owslib through pip, it tries to install pyproj and a custom proj build...

(cherry picked from commit ebd654c4f3f34c5802d329fa326582d36be56ab7)
This commit is contained in:
Nyall Dawson 2020-11-13 04:36:06 +10:00
parent b3d9bf8573
commit 03ae9fda35
2 changed files with 2 additions and 2 deletions

View File

@ -72,6 +72,7 @@ RUN apt-get update \
python3-gdal \
python3-mock \
python3-nose2 \
python3-owslib \
python3-pip \
python3-psycopg2 \
python3-pyqt5 \
@ -112,7 +113,6 @@ RUN apt-get update \
mock \
future \
termcolor \
owslib \
oauthlib \
pyopenssl \
&& apt-get clean

View File

@ -72,6 +72,7 @@ RUN apt-get update \
python3-gdal \
python3-mock \
python3-nose2 \
python3-owslib \
python3-pip \
python3-psycopg2 \
python3-pyproj \
@ -120,7 +121,6 @@ RUN apt-get update \
mock \
future \
termcolor \
owslib \
oauthlib \
pyopenssl \
pep8 \