Skip to content

Commit

Permalink
build: regen files
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 28, 2024
1 parent 07e82a0 commit e954696
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dockerfiles/geospatial-dev-osgeo.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM rocker/verse:4.4.0

ENV PROJ_VERSION="9.4.0"
ENV GDAL_VERSION="3.8.5"
ENV GEOS_VERSION="3.12.1"

COPY scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh
RUN /rocker_scripts/experimental/install_dev_osgeo.sh

0 comments on commit e954696

Please sign in to comment.