Closed iqqmuT closed 2 years ago
Thank you @iqqmuT ,
As I see +%1 ( +9MB) image size increase
$ docker images | grep -E "14-master"
pgis-14-master-new latest 2cb386ac7a0a 46 seconds ago 901MB <--- new
postgis/postgis 14-master 4e705c6535f2 44 hours ago 892MB <--- current
@phillipross : I am supporting this change; Looks OK for me.
@ImreSamu Thanks reviewing and scoping out the image size difference. It's nice to see the change is relatively small.
@iqqmuT Thanks for the contribution! and if thus far everything looks good. I can assume that it's ready for merge?
Replaces #278 .
PostgreSQL driver was missing from gdal tools:
Adding
libpq-dev
fixes the problem.