Skip to content

Commit 1bafe47

Browse files
authored
Merge pull request #101 from hyperledger/fix-ubuntu16-contaienr
added explicit plenum version to ubuntu16 Docker file
2 parents b10a103 + 6fc0781 commit 1bafe47

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)