mirror of https://github.com/grpc/grpc-node.git
Install new build dependencies in dockerfile
This commit is contained in:
parent
27cb1c1b64
commit
8e39e32034
|
@ -1,7 +1,7 @@
|
|||
FROM debian:jessie
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl build-essential python libc6-dev-i386 lib32stdc++-4.9-dev
|
||||
RUN apt-get install -y curl build-essential python libc6-dev-i386 lib32stdc++-4.9-dev cmake jq
|
||||
RUN curl -fsSL get.docker.com | bash
|
||||
|
||||
RUN mkdir /usr/local/nvm
|
||||
|
|
Loading…
Reference in New Issue