It may help developers save time in these aspects:
-
when developers want to deploy a test environment on a new machine, they don’t need to pay too much attention to the details of the compilation environment, which is a waste of time.
-
The self-constructed image can be quickly distributed to others who want to test it without building from source code.
-
In a distributed development environment (I mean development for bitcoin core), an available dockerfile can help independent developers align the compilation environment.