Skip to content

Commit 6fc0781

Browse files
committed
added explicit plenum version to ubuntu16 Docker files (fixes container build)
Signed-off-by: Sebastian Schmittner <sebastian.schmittner@eecc.de>
1 parent b10a103 commit 6fc0781

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/Dockerfile.ubuntu16

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CE7709D068
1515
RUN bash -c 'echo "deb https://repo.sovrin.org/deb xenial stable" >> /etc/apt/sources.list'
1616
RUN apt-get update -y && apt-get install -y \
1717
indy-node=1.12.4 \
18+
indy-plenum=1.12.4 \
1819
&& rm -rf /var/lib/apt/lists/*
1920

2021
COPY init_and_run.sh ./

0 commit comments

Comments
 (0)