We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e82a0 commit e954696Copy full SHA for e954696
dockerfiles/geospatial-dev-osgeo.Dockerfile
@@ -0,0 +1,8 @@
1
+FROM rocker/verse:4.4.0
2
+
3
+ENV PROJ_VERSION="9.4.0"
4
+ENV GDAL_VERSION="3.8.5"
5
+ENV GEOS_VERSION="3.12.1"
6
7
+COPY scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh
8
+RUN /rocker_scripts/experimental/install_dev_osgeo.sh
0 commit comments