diff --git a/Makefile b/Makefile index e74d79b4d..353b8a5d2 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,7 @@ proto-all: proto-gen proto-lint proto-check-breaking .PHONY: proto-all proto-gen: + @docker pull -q tendermintdev/docker-build-proto @echo "Generating Protobuf files" @$(DOCKER_PROTO_BUILDER) sh ./scripts/protocgen.sh .PHONY: proto-gen