Skip to content

Commit 339d307

Browse files
authored
Merge pull request #127 from hyperledger/126-remove-dependencies-and-rc-upgrade
indy rc upgrade with explicit dependencies removed
2 parents baac2be + cbad3f4 commit 339d307

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build/Dockerfile.ubuntu20

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@ RUN pip3 install -U \
4040

4141

4242
RUN apt-get update -y && apt-get install -y \
43-
indy-node="1.13.2~rc5" \
44-
indy-plenum="1.13.1~rc3" \
45-
ursa="0.3.2-1" \
46-
python3-pyzmq="22.3.0" \
47-
rocksdb="5.8.8" \
48-
python3-importlib-metadata="3.10.1" \
43+
indy-node="1.13.2~rc6" \
4944
&& rm -rf /var/lib/apt/lists/* \
5045
# fix path to libursa
5146
&& ln -s /usr/lib/ursa/libursa.so /usr/lib/libursa.so

0 commit comments

Comments
 (0)