Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

docker-compose build instructon does not work #42

Open
lalc opened this issue Feb 18, 2021 · 4 comments
Open

docker-compose build instructon does not work #42

lalc opened this issue Feb 18, 2021 · 4 comments

Comments

@lalc
Copy link

lalc commented Feb 18, 2021

Followed the instructions in the read me file: https://github.com/hyperledger/aries-protocol-test-suite/blob/master/README.md

Running the docker-compose build results in the following error:

The following packages have unmet dependencies:
 indy-plenum : Depends: python3-orderedset (= 2.0) but 2.0.3 is to be installed
               Depends: python3-psutil (= 5.4.3) but 5.6.6 is to be installed
               Depends: python3-psutil (= 5.4.3) but 5.6.6 is to be installed
               Depends: python3-pympler (= 0.5) but 0.8 is to be installed
E: Unable to correct problems, you have held broken packages.
ERROR: Service 'ledger' failed to build : The command '/bin/sh -c apt-get update -y && apt-get install -y         python3-pyzmq=17.0.0         indy-plenum=${indy_plenum_ver}         indy-plenum=${indy_plenum_ver}         indy-node=${indy_node_ver}         python3-indy-crypto=${python3_indy_crypto_ver}         libindy-crypto=${indy_crypto_ver}         vim' returned a non-zero code: 100

@smithbk
Copy link
Contributor

smithbk commented Feb 19, 2021

This is fixed in #43
You could go ahead and give it a try before it is merged if you want

@lalc
Copy link
Author

lalc commented Feb 19, 2021

Thanks @smithbk. We managed to fix it locally for now. Have used the one attached. Glad to test yours too.

docker-compose.yml.txt

@smithbk
Copy link
Contributor

smithbk commented Feb 19, 2021

Hmm ... the fix is in ledger/dockerfile but it looks like you pasted apts/dockerfile above, so I'm a bit confused.

@lalc
Copy link
Author

lalc commented Feb 19, 2021

Here is the right one, more a fix we did to get this to build. Will check yours during the weekend.

dockerfile.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants