Code: Select all
curl: (6) Could not resolve host: deb.nodesource.com
< /code>
Dieses [url=viewtopic.php?t=18916]Problem[/url] trat auf, nachdem ich meinen Computer neu gestartet hatte. Vor dem Neustart hat alles gut funktioniert. Interessanterweise funktioniert der Build ohne Probleme, wenn ich Docker Build -Network Host
Code: Select all
I attempted to configure DNS settings in Docker's settings, but this had no effect.
Verified that deb.nodesource.com is reachable via ping and curl from my host machine.
Used docker build --network host, which works without issues.
< /code>
Fragen: < /p>
How can I configure Docker Compose to resolve hostnames correctly during the build process?
< /code>
Zusätzliche Informationen: < /p>
Operating System: Debian