MaxRev-Dev / gdal.netcore

GDAL 3.x C#/F# bindings for .NET apps
MIT License
162 stars 36 forks source link

Issues running in Docker containers #125

Closed jdwight123 closed 7 months ago

jdwight123 commented 7 months ago

Write postgis data to the local Sqlite database using gdal, run it locally on Windows without any issues, and deploy it to a Linux Docker container with the following error: "SpatiaLite v4 DB found, but updating tables disabled because no linking against spatialite library!". How to solve this problem?