Skip to content

Commit c376778

Browse files
committed
fix
1 parent e9b0864 commit c376778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/xud/Dockerfile.aarch64

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

0 commit comments

Comments
 (0)