diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-28 05:58:22 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-28 05:58:22 +0100 |
commit | 2f02bb051f0c1b907b39763f6bcae0ced9571c91 (patch) | |
tree | 5a0d65311de90b949a9ae6f7191e98a788a5958f /tools/dockerfile/grpc_node_base | |
parent | 706239bd5a74c3e02643ec19419f265ef778ba20 (diff) |
Further cleanup.
Diffstat (limited to 'tools/dockerfile/grpc_node_base')
-rw-r--r-- | tools/dockerfile/grpc_node_base/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_node_base/Dockerfile b/tools/dockerfile/grpc_node_base/Dockerfile index 20ed4cf7be..1f3a2362e9 100644 --- a/tools/dockerfile/grpc_node_base/Dockerfile +++ b/tools/dockerfile/grpc_node_base/Dockerfile @@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y nodejs nodejs-legacy RUN npm install -g node-gyp # Get the source from GitHub, this gets the protobuf library as well -RUN git clone git@github.com:grpc/grpc.git /var/local/git/grpc +RUN git clone https://github.com/grpc/grpc.git /var/local/git/grpc RUN cd /var/local/git/grpc && \ git pull --recurse-submodules && \ git submodule update --init --recursive |