Skip to content

Commit

Permalink
Merge pull request #101 from hyperledger/fix-ubuntu16-contaienr
Browse files Browse the repository at this point in the history
added explicit plenum version to ubuntu16 Docker file
  • Loading branch information
Echsecutor committed Aug 17, 2022
2 parents b10a103 + 6fc0781 commit 1bafe47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile.ubuntu16
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CE7709D068
RUN bash -c 'echo "deb https://repo.sovrin.org/deb xenial stable" >> /etc/apt/sources.list'
RUN apt-get update -y && apt-get install -y \
indy-node=1.12.4 \
indy-plenum=1.12.4 \
&& rm -rf /var/lib/apt/lists/*

COPY init_and_run.sh ./
Expand Down

0 comments on commit 1bafe47

Please sign in to comment.