We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc6aba commit e25ffd6Copy full SHA for e25ffd6
images/xud/Dockerfile.aarch64
@@ -13,7 +13,7 @@ RUN cp package.json /tmp/package.json
13
RUN sed -Ei 's/"grpc-tools": "1.8.0",//g' package.json
14
RUN npm install \
15
--grpc_node_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master \
16
---sqlite3_node_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master
+--node_sqlite3_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master
17
RUN cp /tmp/package.json package.json
18
RUN npm run compile
19
RUN npm run compile:seedutil
0 commit comments