File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,21 +34,22 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9692C00E65
3434 # Prioritize packages from hyperledger.jfrog.io
3535 && printf '%s\n%s\n%s\n' 'Package: *' 'Pin: origin hyperledger.jfrog.io' 'Pin-Priority: 1001' >> /etc/apt/preferences
3636
37+ RUN pip3 install -U \
38+ # Required by setup.py
39+ 'setuptools==50.3.2'
40+
41+
3742RUN apt-get update -y && apt-get install -y \
38- indy-node="1.13.0~dev206 " \
39- indy-plenum="1.13.0~dev175 " \
43+ indy-node="1.13.0~dev1653037779 " \
44+ indy-plenum="1.13.0~dev14 " \
4045 ursa="0.3.2-1" \
41- python3-pyzmq="18.1.0" \
42- rocksdb=5.8.8 \
46+ python3-pyzmq="22.3.0" \
47+ rocksdb="5.8.8" \
48+ python3-importlib-metadata="3.10.1" \
4349 && rm -rf /var/lib/apt/lists/* \
4450 # fix path to libursa
4551 && ln -s /usr/lib/ursa/libursa.so /usr/lib/libursa.so
4652
47- RUN pip3 install -U \
48- # Required by setup.py
49- setuptools==50.3.2 \
50- 'pip<10.0.0'
51-
5253
5354WORKDIR /home/indy
5455
You can’t perform that action at this time.
0 commit comments