Skip to content
Snippets Groups Projects
Commit c86909ce authored by murgatroid99's avatar murgatroid99
Browse files

Fixed node interop build script and Dockerfile

parent 21361863
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -48,6 +48,7 @@ RUN apt-get update && apt-get install -y \
libc6-dbg \ libc6-dbg \
libc6-dev \ libc6-dev \
libgtest-dev \ libgtest-dev \
libssl-dev \
libtool \ libtool \
make \ make \
strace \ strace \
......
...@@ -45,5 +45,4 @@ make install-certs ...@@ -45,5 +45,4 @@ make install-certs
# build Node interop client & server # build Node interop client & server
npm install -g node-gyp npm install -g node-gyp
make install_c -C /var/local/git/grpc (npm install && node-gyp rebuild)
(cd src/node && npm install && node-gyp rebuild)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment