Am 05.11.2019 um 10:48 schrieb Petar Kirov [ZombineDev]:
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
[..]

That's great news! Thanks a lot for your hard work!

# Note: This will redownload your dependencies every time, which doesn't play well with docker

I have been meaning to add a docker and CI friendly command to dub that fetches all dependencies without building them.
In the Node.js world they have the `npm ci` [0] command.

[0]: https://docs.npmjs.com/cli/ci.html

Sounds like "dub upgrade --missing-only" will do that, as it implicitly downloads all dependencies in addition to filling the (non-existent in this case) gaps.

Reply via email to