Skip to content

Commit dbc37ca

Browse files
Add discover binary to fabric-tools image
FAB-11316 #done add discover binary to fabric-tools image Change-Id: I8f7f534ed4ae91ffd52ae6d4de214dc5fb48d7ad Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent c430183 commit dbc37ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/tools/Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir src && mkdir pkg && mkdir bin
88
ADD . src/github.com/hyperledger/fabric
99
WORKDIR /opt/gopath/src/github.com/hyperledger/fabric
1010
ENV EXECUTABLES go git curl
11-
RUN make configtxgen configtxlator cryptogen peer
11+
RUN make configtxgen configtxlator cryptogen peer discover
1212

1313
FROM _BASE_NS_/fabric-baseimage:_BASE_TAG_
1414
ENV FABRIC_CFG_PATH /etc/hyperledger/fabric

0 commit comments

Comments
 (0)