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 937657f commit e9b0864Copy full SHA for e9b0864
images/xud/Dockerfile.aarch64
@@ -1,12 +1,12 @@
1
FROM node:12-alpine3.12 AS builder-seedutil
2
-RUN apk add --no-cache go
+RUN apk add --no-cache go gcc
3
WORKDIR /xud
4
ADD .src .
5
RUN npm run compile:seedutil
6
RUN strip seedutil/seedutil
7
8
FROM node:12-alpine3.12 AS builder
9
-RUN apk add --no-cache git rsync bash
+RUN apk add --no-cache rsync bash
10
11
12
ARG GIT_REVISION
0 commit comments