Closed demos2022 closed 9 months ago
what device are you using?
A couple items to note for anyone having this issue.
https://repo.sovrin.org/sdk/deb bionic Release
. If this is in your repo list you should remove it.Working Docker Example:
FROM ubuntu:18.04
RUN apt-get update -y && apt-get install -y \
gnupg \
software-properties-common \
apt-transport-https \
ca-certificates
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88
RUN add-apt-repository "deb https://repo.sovrin.org/sdk/deb bionic stable"
RUN apt-get update -y && apt-get install -y \
libindy
Hi, I am trying to run this demo locally in my Ubuntu system (version 18.04) and upon running the below command sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb bionic stable" , it throws an error. Attached is the error screenshot. Please assist. This seems to be similar to issue - https://github.com/hyperledger/indy-sdk/issues/2476. The issue is closed but I cannot seem to find a solution in that.