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 18f10b1 commit 5512fa4Copy full SHA for 5512fa4
images/xud/Dockerfile.aarch64
@@ -1,9 +1,5 @@
1
FROM node:12-alpine3.12 AS builder
2
-# Use pure JS implemented secp256k1 bindings
3
-RUN apk add --no-cache git rsync bash musl-dev go python3 make g++
4
-# Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, musl) (falling back to source compile with node-gyp)
5
-# python: not found
6
-RUN apk add --no-cache python2
+RUN apk add --no-cache git rsync bash go
7
WORKDIR /xud
8
ADD .src .
9
ARG GIT_REVISION
0 commit comments