You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: images/xud/Dockerfile.aarch64
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ RUN echo "" > parseGitCommit.js
11
11
RUN echo "export default '-$GIT_REVISION';" > lib/Version.ts
12
12
RUN cp package.json /tmp/package.json
13
13
RUN sed -Ei 's/"grpc-tools": "1.8.0",//g' package.json
14
-
RUN npm install --grpc_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master
14
+
RUN npm install --grpc_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master --grpc_node_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master
0 commit comments