terrestris / docker-geoserver

A basic docker geoserver image with JAI and marlin renderer running on tomcat
22 stars 21 forks source link

Install maven and git #57

Closed buehner closed 1 year ago

buehner commented 1 year ago

Whenever a GeoStyler community plugin JAR is not available at https://repo.osgeo.org/#browse/browse:Geoserver-releases:org%2Fgeoserver%2Fcommunity%2Fgs-geostyler the Dockerfile will build the JAR itself based on the sources. Due to some refactoring, git and maven were not available, so these dependencies should be installed

This occured only for the 2.20.4 until now and could be fixed like this: https://github.com/terrestris/docker-geoserver/commit/eca97b2cd53d2515ec86fc420bbfbcff45281f06

So this should also be merge in master to enhance future stability