mirror of https://github.com/grpc/grpc-node.git
Right. We need to install nvm into the docker image.
This commit is contained in:
parent
c94718c007
commit
727e54ef1b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue