Re: [scl.org] rhscl/nodejs-8-rhel7 npm: command not found

2018-02-22 Thread Petr Kubat
Hi Adrian, the npm command is actually installed inside the image, the collection is just not enabled in your case. With `RUN bash -c "npm --version"` instead: Sending build context to Docker daemon 478.7 kB Step 1/3 : FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7 Trying to pull

[scl.org] rhscl/nodejs-8-rhel7 npm: command not found

2018-02-22 Thread Höhn Adrian
Hi I try to use your s2i image nodejs-8-rhel7 with the following Dockerfile config on OpenShift. FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7 EXPOSE 8080 RUN npm --version But when I try to build it on the Openshift platform I get