You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
By clicking “Sign up for GitHub”, you agree to our
terms of service
and
privacy statement
. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
[Build instructions] E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
[Build instructions] E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
andrey-khropov
opened this issue
Mar 9, 2024
· 0 comments
After
installing curl
and trying to run
this command
again there's the following error:
$ docker run -ti --rm ubuntu:18.04 /bin/bash
root@356de63452fc:/# apt-get update
root@356de63452fc:/# apt-get install curl
root@356de63452fc:/# curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
[Build instructions]
lsb_release
is being used but it is not mentioned it has to be installed