Skip to content

Commit

Permalink
remove unsafe perm - no longer supported this way in Node.js 18 defau…
Browse files Browse the repository at this point in the history
…lt npm
  • Loading branch information
nycdotnet authored Jul 25, 2023
1 parent 5e221a8 commit 226ba34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ RUN curl -fsSL "https://deb.nodesource.com/setup_${node_version}.x" | bash -
RUN apt-get install -y nodejs

# Add Node TypeScript support
RUN npm config set unsafe-perm true
RUN npm i -g grpc_tools_node_protoc_ts@$node_grpc_tools_node_protoc_ts_version grpc-tools@$node_grpc_tools_version protoc-gen-grpc-web@$node_protoc_gen_grpc_web_version

# Add TypeScript support
Expand Down

0 comments on commit 226ba34

Please sign in to comment.