├── Dockerfile ├── README.md ├── before_install.sh.patch ├── gdal-checkout.txt └── install.sh.patch /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geo-data/gdal-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geo-data/gdal-docker/HEAD/README.md -------------------------------------------------------------------------------- /before_install.sh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geo-data/gdal-docker/HEAD/before_install.sh.patch -------------------------------------------------------------------------------- /gdal-checkout.txt: -------------------------------------------------------------------------------- 1 | trunk 2 | -------------------------------------------------------------------------------- /install.sh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geo-data/gdal-docker/HEAD/install.sh.patch --------------------------------------------------------------------------------