Right. We need to install nvm into the docker image.

This commit is contained in:
Nicolas "Pixel" Noble 2018-05-02 04:07:41 +02:00
parent c94718c007
commit 727e54ef1b
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
FROM node:8-alpine
RUN apk add --no-cache python curl bash build-base
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash