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.
1 parent 16c637c commit a6d8999Copy full SHA for a6d8999
doc/getting-started/getting-started.dockerfile
@@ -20,13 +20,13 @@ RUN pip3 install -U \
20
pip \
21
setuptools \
22
jupyter \
23
- python3-indy==1.4.0-dev-586
+ python3-indy==1.5.0
24
25
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88 \
26
- && add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial master" \
+ && add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial stable" \
27
&& apt-get update \
28
&& apt-get install -y \
29
- libindy
+ libindy=1.5.0
30
31
USER indy
32
0 commit comments