Skip to content

Commit

Permalink
FAB-14633 Remove apt-get from eyfn.sh
Browse files Browse the repository at this point in the history
The tools and fabric images are all alpine based now and do not have
apt-get.  Instead, they are prepopulated with jq.  This CR simply
removes the attempt to install jq (which always fails) and acts as a
red-herring when trying to debug.

Change-Id: I8fe83dc4a9ba6995ebfb2786cee45fe0e591b85a
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Mar 13, 2019
1 parent 4eaad65 commit b5d5026
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions first-network/scripts/step1org3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ echo
echo "========= Creating config transaction to add org3 to network =========== "
echo

echo "Installing jq"
apt-get -y update && apt-get -y install jq

# Fetch the config for the channel, writing it to config.json
fetchChannelConfig ${CHANNEL_NAME} config.json

Expand Down

0 comments on commit b5d5026

Please sign in to comment.