Skip to content

Commit

Permalink
Do not use keyscan in alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-luther committed Jul 25, 2023
1 parent a6fdd5d commit 531e6c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions images/Dockerfile.build-go-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ RUN git config --system url."git@bitbucket.org:".insteadOf "https://bitbucket.or
RUN git config --system url."git@github.com:luthersystems/license.git".insteadOf "https://github.com/luthersystems/license"
RUN git config --system url."git@github.com:luthersystems/lutherauth-sdk-go.git".insteadOf "https://github.com/luthersystems/lutherauth-sdk-go"
RUN git config --system url."git@github.com:luthersystems/substrate.git".insteadOf "https://github.com/luthersystems/substrate"
RUN ssh-keyscan -t Ed25519 -H bitbucket.org | tee -a /etc/ssh/ssh_known_hosts
RUN ssh-keyscan -t Ed25519 -H github.com | tee -a /etc/ssh/ssh_known_hosts

ENV GOPRIVATE bitbucket.org/luthersystems

Expand Down

0 comments on commit 531e6c0

Please sign in to comment.