Running an MW env installation we can see that the step that installs node takes a significant amount of time (around 1 minute on my local machine).
Moving this installation to the base image that the init container uses, should make our installs much faster. I could verify this locally:
Related to T384059

