diff --git a/images/Dockerfile.build-go-alpine b/images/Dockerfile.build-go-alpine index f9f3eed..1e72e8e 100644 --- a/images/Dockerfile.build-go-alpine +++ b/images/Dockerfile.build-go-alpine @@ -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