Skip to content

Commit 6f96406

Browse files
committed
fix
1 parent c376778 commit 6f96406

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
@@ -6,7 +6,7 @@ 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 rsync bash
9+
RUN apk add --no-cache git rsync
1010
WORKDIR /xud
1111
ADD .src .
1212
ARG GIT_REVISION

0 commit comments

Comments
 (0)