Facing below error with “docker-compose build” which is calling a Dockerfile.
I believe the error is because of below line from Dockerfile, not sure whether the issue is because of the image I am using.
FROM node:12-bullseye AS gui-build
#14 [rmdc gui-build 1/8] FROM Docker
#14 sha256:32a180f5cf85702e7680719c40c39c07972b1176355df5a621de9eb87ad07ce2 196.70MB / 196.70MB 127.0s done
#14 ERROR: failed to copy: read tcp :43874->104.18.124.25:443: read: connection reset by peer
OS: Ubuntu 20.4
Docker Version:
Please advice the reason behind the issue.