Skip to content

Commit

Permalink
Merge pull request #127 from hyperledger/126-remove-dependencies-and-…
Browse files Browse the repository at this point in the history
…rc-upgrade

indy rc upgrade with explicit dependencies removed
  • Loading branch information
c2bo authored Apr 28, 2023
2 parents baac2be + cbad3f4 commit 339d307
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build/Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ RUN pip3 install -U \


RUN apt-get update -y && apt-get install -y \
indy-node="1.13.2~rc5" \
indy-plenum="1.13.1~rc3" \
ursa="0.3.2-1" \
python3-pyzmq="22.3.0" \
rocksdb="5.8.8" \
python3-importlib-metadata="3.10.1" \
indy-node="1.13.2~rc6" \
&& rm -rf /var/lib/apt/lists/* \
# fix path to libursa
&& ln -s /usr/lib/ursa/libursa.so /usr/lib/libursa.so
Expand Down

0 comments on commit 339d307

Please sign in to comment.