You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try using a different mirror or repository by updating the NodeSource URL in your dockerfile. Sometimes the mirror or repository you are using may have some temporary issues.
151.4 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Dockerfile:8
7 | # Install Node.js and npm from the NodeSource repository
8 | >>> RUN curl -sL https://rpm.nodesource.com/setup_14.x | bash -
9 | >>> && yum -y install nodejs
10 |
ERROR: failed to solve: process "/bin/sh -c curl -sL https://rpm.nodesource.com/setup_14.x | bash - && yum -y install nodejs" did not complete successfully: exit code: 1
Hello Team,
I'm getting this error while building image through docker file. Please help
The text was updated successfully, but these errors were encountered: