We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd0874 commit 86cd866Copy full SHA for 86cd866
Dockerfile
@@ -44,7 +44,7 @@ RUN apt-get update && \
44
apt-get install -y python3 python3-setuptools python3-pip git curl unzip python3-click python3-fiona python3-gdal python3-lxml python3-parse python3-pyproj python3-rasterio python3-requests python3-slugify python3-sqlalchemy python3-unicodecsv python3-xarray python3-yaml
45
46
# install pygeoapi
47
-RUN git clone $PYGEOAPI_GITREPO && \
+RUN git clone $PYGEOAPI_GITREPO -b 0.16.1 && \
48
cd pygeoapi && \
49
pip3 install -r requirements.txt && \
50
pip3 install flask_cors gunicorn gevent greenlet && \
0 commit comments