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 6570000 commit 6617df0Copy full SHA for 6617df0
docker/Dockerfile
@@ -22,7 +22,7 @@ COPY Gemfile ./
22
COPY --from=builder /usr/local/bundle/ /usr/local/bundle/
23
RUN apk add --update --no-cache openssh-client && \
24
bundle exec cap --version && \
25
- ssh-agent --version
+ ssh-keyscan github.com
26
27
# Metadata
28
LABEL org.label-schema.vendor="Sudo-Bot" \
0 commit comments