[GRASS-git] [OSGeo/grass] 833adc: docker: selective backport of cleanup and PROJ_NET...
Markus Neteler
noreply at github.com
Tue Feb 14 13:05:20 PST 2023
Branch: refs/heads/releasebranch_8_2
Home: https://github.com/OSGeo/grass
Commit: 833adc011aa5b53140e5b560852bc5e4c0c84f9c
https://github.com/OSGeo/grass/commit/833adc011aa5b53140e5b560852bc5e4c0c84f9c
Author: Markus Neteler <neteler at gmail.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M Dockerfile
M docker/alpine/Dockerfile
M docker/alpine/Dockerfile_alpine_latest
M docker/debian/Dockerfile
M docker/ubuntu/Dockerfile
Log Message:
-----------
docker: selective backport of cleanup and PROJ_NETWORK=ON (#2823)
debian and ubuntu Dockerfiles:
* enable PROJ CDN support for grids (`PROJ_NETWORK=ON`): see https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK
* more cleanup added: `apt-get clean all && rm -rf /var/lib/apt/lists/*`
alpine Dockerfile:
* Dockerfile linting with https://hadolint.github.io/hadolint/
* remove `libexecinfo` as no longer existing in alpine
* postgresql-dev -> libpq-dev
* Dockerfile_alpine_latest: sync to (alpine) Dockerfile
More information about the grass-commit
mailing list