Kerala-Blockchain-Academy / HelloWorld-Sawtooth

9 stars 6 forks source link

Docker issue #22

Open KhadijaSabiri opened 2 years ago

KhadijaSabiri commented 2 years ago

Hello,

I can't run docker-compose up, it gives me this error, could you help please ?

Running hooks in /etc/ca-certificates/update.d... done. Warning: apt-key output should not be parsed (stdout is not a terminal) curl: (6) Could not resolve host: p80.pool.sks-keyservers.net gpg: no valid OpenPGP data found. ERROR: Service 'helloworld-client' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y -q curl gnupg && curl -sSL 'http://p80.pool.sks-keyservers.net/pks/lookup?op=get&search=0x8AA7AF1F1091A5FD' | apt-key add - && echo 'deb [arch=amd64] http://repo.sawtooth.me/ubuntu/chime/stable bionic universe' >> /etc/apt/sources.list && apt-get update && apt-get install -y -q --no-install-recommends apt-utils && apt-get install -y -q build-essential python3-sawtooth-cli apt-transport-https ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 2

senarijit2021 commented 2 years ago

Any updates on this. I am facing the same problem.

harishgithubb commented 1 year ago

I also faced same issue, use following url instead. https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8aa7af1f1091a5fd

nhandelsmann commented 1 year ago

unfortunately i am facing the same issue on macOS and ubuntu :(

girikgarg8 commented 1 year ago

Thanks @harishgithubb , it helped!