We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command "RUN curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -" leads to an error on build.
executor failed running [/bin/sh -c curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -]: exit code: 1 ERROR: Service 'web' failed to build : Build failed
The text was updated successfully, but these errors were encountered:
#7 23.76 Hit:1 http://security.debian.org/debian-security buster/updates InRelease #7 23.76 Hit:2 http://deb.debian.org/debian buster InRelease #7 23.76 Hit:3 http://deb.debian.org/debian buster-updates InRelease #7 23.86 Ign:4 https://deb.nodesource.com/node_8.x buster InRelease #7 23.90 Err:5 https://deb.nodesource.com/node_8.x buster Release #7 23.90 Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 198.189.255.154 443] #7 24.04 Reading package lists... #7 24.69 E: The repository 'https://deb.nodesource.com/node_8.x buster Release' does not have a Release file.
Sorry, something went wrong.
No branches or pull requests
The command "RUN curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -"
leads to an error on build.
The text was updated successfully, but these errors were encountered: