workaround Docker issues pt 2 (#3288)

This commit is contained in:
Igor Mandrigin 2022-01-18 15:06:07 +03:00 committed by GitHub
parent c4b6397636
commit f0684f9e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,6 @@ evm:
@echo "Run \"$(GOBIN)/evm\" to run EVM"
downloader:
git submodule update --init --recursive --force
$(GOBUILD) -o $(GOBIN)/downloader ./cmd/downloader
@echo "Done building."
@echo "Run \"$(GOBIN)/downloader\" to download and seed snapshots."