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

Updated dockerfile with correct node executable

parent 68acd356
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ FROM grpc/base
RUN curl -sL https://deb.nodesource.com/setup | bash -
RUN apt-get update && apt-get install -y nodejs
RUN apt-get update && apt-get install -y nodejs nodejs-legacy
RUN npm install -g node-gyp
......
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