Skip to content

Commit 6617df0

Browse files
committed
Use ssh-keyscan github.com to test the ssh binaries are present
1 parent 6570000 commit 6617df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY Gemfile ./
2222
COPY --from=builder /usr/local/bundle/ /usr/local/bundle/
2323
RUN apk add --update --no-cache openssh-client && \
2424
bundle exec cap --version && \
25-
ssh-agent --version
25+
ssh-keyscan github.com
2626

2727
# Metadata
2828
LABEL org.label-schema.vendor="Sudo-Bot" \

0 commit comments

Comments
 (0)