Sometimes the following error appears on Ubuntu Linux when building docker images for nodejs
projects and the project includes privately scoped node packages.
|
|
Initial workaround
The initial naive workaround we used was to manually change our DNS entry in /etc/resolv.conf to point to the local gateway.
/etc/resolv.conf
Then manually stop the systemd-resolved service.
|
|