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 c376778 commit 6f96406Copy full SHA for 6f96406
images/xud/Dockerfile.aarch64
@@ -6,7 +6,7 @@ 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 rsync bash
+RUN apk add --no-cache git rsync
10
WORKDIR /xud
11
ADD .src .
12
ARG GIT_REVISION
0 commit comments