Skip to content

Commit e9b0864

Browse files
committed
fix
1 parent 937657f commit e9b0864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/xud/Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM node:12-alpine3.12 AS builder-seedutil
2-
RUN apk add --no-cache go
2+
RUN apk add --no-cache go gcc
33
WORKDIR /xud
44
ADD .src .
55
RUN npm run compile:seedutil
66
RUN strip seedutil/seedutil
77

88
FROM node:12-alpine3.12 AS builder
9-
RUN apk add --no-cache git rsync bash
9+
RUN apk add --no-cache rsync bash
1010
WORKDIR /xud
1111
ADD .src .
1212
ARG GIT_REVISION

0 commit comments

Comments
 (0)