Skip to content

Commit 83a11ed

Browse files
committed
Include openssh-client in created image so that it usable in CircleCI
In CircleCI, both git and openssh-client need to be present for the `checkout` step to work properly. Without those packages it will be slow and it will fail for tags.
1 parent b0b6a99 commit 83a11ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN apk --update --no-cache add \
2323
git \
2424
gnupg \
2525
libgcc \
26-
libstdc++
26+
libstdc++ \
27+
openssh-client
2728

2829
COPY --from=builder /usr/bin/git-crypt /usr/bin/git-crypt
2930

0 commit comments

Comments
 (0)