Skip to content

Commit

Permalink
[FAB-11115] add idemixgen to fabric-tools Dockerfile
Browse files Browse the repository at this point in the history
Change-Id: If0401549149d4ff1111be9ac3ffb97b7c6918d35
Signed-off-by: Jianmin Xue <xue35@icloud.com>
  • Loading branch information
xue35 authored and yacovm committed Aug 28, 2018
1 parent 1c335e0 commit 38ad642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/tools/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir src && mkdir pkg && mkdir bin
ADD . src/github.com/hyperledger/fabric
WORKDIR /opt/gopath/src/github.com/hyperledger/fabric
ENV EXECUTABLES go git curl
RUN make configtxgen configtxlator cryptogen peer discover
RUN make configtxgen configtxlator cryptogen peer discover idemixgen

FROM _BASE_NS_/fabric-baseimage:_BASE_TAG_
ENV FABRIC_CFG_PATH /etc/hyperledger/fabric
Expand Down

0 comments on commit 38ad642

Please sign in to comment.