Skip to content

Commit f2ab5af

Browse files
committed
fix
1 parent 97c7247 commit f2ab5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/xud/Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo "" > parseGitCommit.js
1111
RUN echo "export default '-$GIT_REVISION';" > lib/Version.ts
1212
RUN cp package.json /tmp/package.json
1313
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
1515
RUN cp /tmp/package.json package.json
1616
RUN npm run compile
1717
RUN npm run compile:seedutil

0 commit comments

Comments
 (0)