mycargus/nightwatch-docker-grid

nodejs-current + nodejs-current-npm

Opened this issue · 0 comments

Hi the following needs to updated in the Dockerfile:

RUN apk --no-cache add \ nodejs-current \ nodejs-current-npm \ # clean up obsolete files && rm -rf /tmp/* /root/.npm

Needs to be changed to:

RUN apk --no-cache add \ nodejs \ npm \ # clean up obsolete files && rm -rf /tmp/* /root/.npm