Skip to content

Commit

Permalink
FAB-10426 jq missing from fabric-tools image
Browse files Browse the repository at this point in the history
Change-Id: I09d8d7675e09bf65ffbd577f6f4a1f045ec1364a
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed May 28, 2018
1 parent e53554d commit 0b66d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/tools/Dockerfile.in
Expand Up @@ -9,10 +9,10 @@ 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 apt-get update && apt-get install -y jq

FROM _BASE_NS_/fabric-baseimage:_BASE_TAG_
ENV FABRIC_CFG_PATH /etc/hyperledger/fabric
RUN apt-get update && apt-get install -y jq
VOLUME /etc/hyperledger/fabric
COPY --from=builder /opt/gopath/src/github.com/hyperledger/fabric/.build/bin /usr/local/bin
COPY --from=builder /opt/gopath/src/github.com/hyperledger/fabric/sampleconfig $FABRIC_CFG_PATH

0 comments on commit 0b66d99

Please sign in to comment.