Skip to content

Commit

Permalink
[FAB-6050] Added jq to fabric-ca-tools container
Browse files Browse the repository at this point in the history
Added jq (https://stedolan.github.io/jq/) to the fabric-ca-tools
container. It will be used by the fabric-ca sample to parse
and update config JSON.

Change-Id: I5ebd75d1777f189a363a65d6857ec9e28dac1d52
Signed-off-by: Anil Ambati <aambati@us.ibm.com>
  • Loading branch information
Anil Ambati committed Sep 26, 2017
1 parent b21aa3b commit c65b634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/fabric-ca-tools/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
FROM hyperledger/fabric-tools:_FABRIC_TAG_
COPY payload/fabric-ca-client /usr/local/bin
RUN chmod +x /usr/local/bin/fabric-ca-client
RUN apt-get update
RUN apt-get -y install jq

0 comments on commit c65b634

Please sign in to comment.