Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker alpine: add additional GDAL driver (#3058)
In `alpine:3.18` many GDAL drivers were removed from the base package to reduce package size [(see related alpine aports issue here)](https://gitlab.alpinelinux.org/alpine/aports/-/issues/14910). Instead they can be installed individually. A list of all available additional drivers can be found [here](https://pkgs.alpinelinux.org/packages?name=gdal-driver*&branch=v3.18&repo=&arch=x86_64&maintainer=). Few were already removed from 3.15 to 3.17. This PR suggests to add the possibly most common ones.
- Loading branch information