Closed btclinux closed 1 month ago
Hey @btclinux! Thanks for the report.
It seems the signing key from nginx or tor could not be downloaded during the setup. My humble first try would just be to build it again.. might just be a temporary hiccup? Please report back if the errors persists.
Could not reproduce here locally. Builds fine here. Although it is an unfortunate downside to be required to be online for the build to be successful. : |
Error still persist. I can download both keys manually
Error still persist. I can download both keys manually
Hmm.. we are trying to merge #132 and #133 today.. maybe you can try it again afterwards? I'll ping you.
However, I have no idea why it fails with gpg: no valid OpenPGP data found.
if you can download the key manually without problems.
ping @btclinux - PRs have been merged - can you try again and report back? I contacted some people and it successfully builds on all of their machines.
Still the same error
The problem with this line:
[stage-5 8/28] RUN curl --silent https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --dearmor | tee /usr/share/keyrings/tor-archive-keyring.gpg > /dev/null:
20.23 gpg: no valid OpenPGP data found.
It looks like I can't access to deb.torproject.org from the docker.
curl: (6) Could not resolve host: deb.torproject.org
Fixed by adding
{
"dns": ["8.8.8.8"]
}
to /etc/docker/daemon.json
Hey @btclinux! Thanks for the heads-up and glad that you could resolve the issue yourself! :muscle: Closing the issue now :raised_hands: