Skip to content

Commit a7d3090

Browse files
committed
add sqlite3
1 parent f2ab5af commit a7d3090

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/xud/Dockerfile.aarch64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ 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 --grpc_node_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master
14+
RUN npm install \
15+
--grpc_node_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master \
16+
--sqlite3_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master
1517
RUN cp /tmp/package.json package.json
1618
RUN npm run compile
1719
RUN npm run compile:seedutil

0 commit comments

Comments
 (0)