We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b10a103 + 6fc0781 commit 1bafe47Copy full SHA for 1bafe47
1 file changed
build/Dockerfile.ubuntu16
@@ -15,6 +15,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CE7709D068
15
RUN bash -c 'echo "deb https://repo.sovrin.org/deb xenial stable" >> /etc/apt/sources.list'
16
RUN apt-get update -y && apt-get install -y \
17
indy-node=1.12.4 \
18
+ indy-plenum=1.12.4 \
19
&& rm -rf /var/lib/apt/lists/*
20
21
COPY init_and_run.sh ./
0 commit comments