Probleme beim Bootstrapping von Discourse in VMware

Hallo zusammen,

ich möchte Discourse lokal in einer VMware-VM mit Ubuntu 21.04 installieren und erhalte dabei diesen Fehler:

./launcher bootstrap app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
fatal: unable to access ‘GitHub - discourse/pups: Simple yaml based bootstrapper for Linux machines · GitHub’: Could not resolve host: github.com
e0146dd79cd1704e68b8c6aab0168f269af67c8eac4880a7c2ed4276e78031f2
** FAILED TO BOOTSTRAP ** Bitte scrollen Sie nach oben und suchen Sie nach früheren Fehlermeldungen; es könnte mehr als eine geben.
./discourse-doctor kann helfen, das Problem zu diagnostizieren.

Wenn ich es jedoch in /tmp klonen versuche, funktioniert es:

/tmp# git clone GitHub - discourse/pups: Simple yaml based bootstrapper for Linux machines · GitHub
Cloning into ‘pups’…
remote: Enumerating objects: 477, done.
remote: Counting objects: 100% (136/136), done.
remote: Compressing objects: 100% (97/97), done.
remote: Total 477 (delta 60), reused 94 (delta 33), pack-reused 341
Receiving objects: 100% (477/477), 83.41 KiB | 1.63 MiB/s, done.
Resolving deltas: 100% (233/233), done.

Auch ein nslookup funktioniert (Überraschung, Überraschung :-)):

nslookup github.com
Server: 127.0.0.53
Address: 127.0.0.53#53

Non-authoritative answer:
Name: github.com
Address: 140.82.121.4

Irgendwelche Ideen?

Vielen Dank, Leute!

Es sieht so aus, als hätte Ihre Docker-Installation Probleme mit dem DNS.

Hmmmm, on a cloud instance it worked flawlessly … I´m closing this here