github.com/silveraid/fabric-ca@v1.1.0-preview.0.20180127000700-71974f53ab08/images/fabric-ca-tools/Dockerfile.in (about) 1 # 2 # Copyright IBM Corp. All Rights Reserved. 3 # 4 # SPDX-License-Identifier: Apache-2.0 5 # 6 FROM hyperledger/fabric-tools:_FABRIC_TAG_ 7 COPY payload/fabric-ca-client /usr/local/bin 8 RUN chmod +x /usr/local/bin/fabric-ca-client 9 RUN apt-get update 10 RUN apt-get -y install jq