From 094fd97ab385d85b4147b860307349f6db3e38e4 Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Sun, 6 Nov 2016 10:33:39 -0500 Subject: [PATCH] [BUILD] Run 'make protos' within docker Change-Id: I3ee279ce65ebc165aa4970ecb3d1fbb96c71a379 Signed-off-by: Greg Haskins --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,%,${@}})