From 97ad9f923ef7c8d8246f22f20506bd5417137ef9 Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Sat, 9 Jan 2021 11:21:35 -0700 Subject: [PATCH] use pre-compiled binaries for grpc-uds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d8bedbe..1ec7eba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ WORKDIR /home/csi/app USER csi COPY package*.json ./ -RUN npm install +RUN npm install --grpc_node_binary_host_mirror=https://grpc-uds-binaries.s3-us-west-2.amazonaws.com/debian-buster COPY --chown=csi:csi . . RUN rm -rf docker