Skip to content

Commit

Permalink
Removed keyscan from build-environment (#10328)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Mar 29, 2024
1 parent ddf2560 commit 618977f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/containers/build-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends git openssh-cli
RUN git config --global user.name "Modular Magician"
RUN git config --global user.email "magic-modules@google.com"

# Set up Github SSH cloning.
RUN ssh-keyscan github.com >> /known_hosts
RUN echo "UserKnownHostsFile /known_hosts" >> /etc/ssh/ssh_config

RUN go install golang.org/x/tools/cmd/goimports@d088b475e3360caabc032aaee1dc66351d4e729a
RUN go install github.com/github/hub@v2.11.2+incompatible

Expand Down

0 comments on commit 618977f

Please sign in to comment.