Skip to content

Commit 5512fa4

Browse files
committed
simplify xud Dockerfile.aarch64
1 parent 18f10b1 commit 5512fa4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

images/xud/Dockerfile.aarch64

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
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
2+
RUN apk add --no-cache git rsync bash go
73
WORKDIR /xud
84
ADD .src .
95
ARG GIT_REVISION

0 commit comments

Comments
 (0)