diff --git a/Makefile b/Makefile index a369b4d7e7a..4a8d7982ca9 100644 --- a/Makefile +++ b/Makefile @@ -215,8 +215,8 @@ build/%.tar.bz2: @tar -jc $^ > $@ .PHONY: protos -protos: gotools - ./scripts/compile_protos.sh +protos: testenv + @$(DRUN) hyperledger/fabric-testenv:$(DOCKER_TAG) ./scripts/compile_protos.sh %-docker-clean: $(eval TARGET = ${patsubst %-docker-clean,%,${@}})