hyperledger / indy-node-container

Providing Containers to run Indy Node
Apache License 2.0
20 stars 21 forks source link

Remove plenum and node specific dependencies. #126

Closed pSchlarb closed 1 year ago

pSchlarb commented 1 year ago

Since node and plenum fixed the dependencies settings described in https://github.com/hyperledger/indy-node/issues/1799 and fixed in https://github.com/hyperledger/indy-plenum/pull/1635

The specific dependencies (eg. ursa, rocksdb) should be removed in the Dockerfiles to not cause issues when they are updated in node/plenum.

Echsecutor commented 1 year ago

I will try to just remove the dependencies from the docker file for RC6. If the build goes through, I will create a PR.

pSchlarb commented 1 year ago

Since it is fixed in #127, i will close this issue.