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 e9b0864 commit c376778Copy full SHA for c376778
images/xud/Dockerfile.aarch64
@@ -1,5 +1,5 @@
1
FROM node:12-alpine3.12 AS builder-seedutil
2
-RUN apk add --no-cache go gcc
+RUN apk add --no-cache go gcc musl-dev
3
WORKDIR /xud
4
ADD .src .
5
RUN npm run compile:seedutil
0 commit comments