gis-ops / docker-valhalla

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

Improve diagnostics for downloading #49

Closed markstos closed 2 years ago

markstos commented 2 years ago

Before, if downloading failed, there would be no clue as to why. The --show-error flag was built to be work with the --silent flag. Here are the docs for it:

Use -S, --show-error in addition to [--silent] to disable progress meter but still show error messages.

In the interest of creating a smaller image, consider using wget instead as wget is installed by default on Ubuntu