Dockerfile build fails on nodejs/npm step
Related to: https://github.com/nomad-coe/nomad/issues/103 Looks like `npm` is once again included as part of the `nodejs` installation and requesting it to be installed right after the `nodejs` installation seems to cause some headache to `apt` dependency resolver.
issue