felt / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
875 stars 76 forks source link

Minor dockerfile optimizations #240

Open emonty opened 1 month ago

emonty commented 1 month ago

Micro-optimizations for the Docker images. In the builder image we don't need all of build-essential, that is for package maintainers. We also don't need to install -dev packages in the final image, because we don't need headers and docs. Net result is slightly snappier build the first time, and a 25% reduction in final image size.

emonty commented 1 month ago

Thanks for taking over maint! I had a PR with the builder image updates you already added and these bits against the mapbox repo since 2020. 😁