gis-ops / docker-valhalla

This is our flexible Docker repository for the Valhalla routing engine
MIT License
240 stars 70 forks source link

Simplify Dockerfile #4

Closed nilsnolde closed 3 years ago

nilsnolde commented 4 years ago

Same here, too many RUN & COPY statements, adding unnecessary layers. We're not aiming at re-usability here, just the smallest footprint possible with the highest level of flexibility.

nilsnolde commented 4 years ago

Maybe wait with merging this after fixing the base image(s) in

https://github.com/gis-ops/docker/issues/13 & https://github.com/gis-ops/docker/issues/14

nilsnolde commented 4 years ago

Quick test with only 2 RUN statements and 1 COPY statement:

1.32 GB image vs previously 2.13 GB :fireworks: