Skip to content

Commit 3501fd6

Browse files
authored
Merge pull request #90 from mgmgwi/update-ubuntu20-devlatest
update to latest indy node from ubuntu20 branch
2 parents f304e2b + 845b163 commit 3501fd6

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

build/Dockerfile.ubuntu20

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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+
3742
RUN 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

5354
WORKDIR /home/indy
5455

0 commit comments

Comments
 (0)