Skip to content

Commit

Permalink
build xud docker-proxy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Jun 19, 2020
1 parent a500100 commit cf84aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/xud/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:12-alpine3.11 AS builder
ARG REPO=ExchangeUnion/xud
ARG BRANCH=master
ARG BRANCH=docker-webproxy
RUN apk add --no-cache git rsync bash musl-dev go python3 make g++
RUN git clone -b $BRANCH --depth=2 https://github.com/$REPO
WORKDIR /xud
Expand Down
2 changes: 1 addition & 1 deletion images/xud/latest/Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:12-alpine3.11 AS builder
ARG REPO=ExchangeUnion/xud
ARG BRANCH=master
ARG BRANCH=docker-webproxy
# Use pure JS implemented secp256k1 bindings
RUN apk add --no-cache git rsync bash musl-dev go python3 make g++
# Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, musl) (falling back to source compile with node-gyp)
Expand Down

0 comments on commit cf84aaa

Please sign in to comment.