Open ebarzilay-godaddy opened 2 days ago
To add some more information, this is seems like a network issue, since when it's stuck there's some activity attempted on 172.17.0.3
.
You may try to add an environment variable NODE_OPTIONS with value --report-exclude-network
Description
Running a
docker build
with the below Dockerfile gets stuck for way too long: around 10 minutes.I'm working in Windows via WSL2, but it might be a more general problem: it seems to be the same problem reported here.
Reproduce
Expected behavior
The
npm install
command should be done in a matter of seconds, instead it takes minutes.docker version
docker info
Diagnostics ID
2D8427FB-A0E0-49B7-83FF-0DD3374C53A9/20241121000022
Additional Info
No response