Closed why371323 closed 2 weeks ago
It looks like a network issue inside the Docker container during the build. Try building the Docker image with the host network:
docker compose build --network=host
If that doesn't work, try rebuilding without cache:
docker compose build --no-cache
Hope this helps!
Hi,I encountered the following error. I hope to get your reply. Thank you very much.