mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
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:
parent
b3d9bf8573
commit
03ae9fda35
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user