We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c430183 commit dbc37caCopy full SHA for dbc37ca
images/tools/Dockerfile.in
@@ -8,7 +8,7 @@ RUN mkdir src && mkdir pkg && mkdir bin
8
ADD . src/github.com/hyperledger/fabric
9
WORKDIR /opt/gopath/src/github.com/hyperledger/fabric
10
ENV EXECUTABLES go git curl
11
-RUN make configtxgen configtxlator cryptogen peer
+RUN make configtxgen configtxlator cryptogen peer discover
12
13
FROM _BASE_NS_/fabric-baseimage:_BASE_TAG_
14
ENV FABRIC_CFG_PATH /etc/hyperledger/fabric
0 commit comments