Skip to content

Commit

Permalink
Add discover binary to fabric-tools image
Browse files Browse the repository at this point in the history
FAB-11316 #done
add discover binary to fabric-tools image

Change-Id: I8f7f534ed4ae91ffd52ae6d4de214dc5fb48d7ad
Signed-off-by: Christopher Ferris <[email protected]>
  • Loading branch information
christo4ferris committed Jul 25, 2018
1 parent c430183 commit dbc37ca
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
RUN make configtxgen configtxlator cryptogen peer discover

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

0 comments on commit dbc37ca

Please sign in to comment.