We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baac2be + cbad3f4 commit 339d307Copy full SHA for 339d307
build/Dockerfile.ubuntu20
@@ -40,12 +40,7 @@ RUN pip3 install -U \
40
41
42
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" \
+ indy-node="1.13.2~rc6" \
49
&& rm -rf /var/lib/apt/lists/* \
50
# fix path to libursa
51
&& ln -s /usr/lib/ursa/libursa.so /usr/lib/libursa.so
0 commit comments