`find` seems to behave extremely weird within Docker `RUN` commands.
I could not find a way to properly escape `;`s in a way that I
can specify one for `find -exec` and a second one to separate `find`
from the next command. `find` would always complain about it.
So instead, it's now simply the last command in the chain, where no
separator is needed.
Many dependencies are installed manually within the Dockerfiles,
where Renovate cannot determine the version numbers by default.
However, through custom matching, the corresponding data sources
can be invoked, and the version number replaced via regex.