Skip to content

Commit f3b8fb8

Browse files
committed
Add openssh-client for ssh-add/ssh-agent, required to use ssh for git
1 parent 61acb30 commit f3b8fb8

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
@@ -5,7 +5,8 @@ RUN apk --update add \
55
bash \
66
jq \
77
curl \
8-
git
8+
git \
9+
openssh-client
910

1011
# can't `git pull` unless we set these
1112
RUN git config --global user.email "git@localhost" && \

0 commit comments

Comments
 (0)