Skip to content
New issue

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

Issue with curl command in dockerfile #210

Open
samuelnunoo opened this issue Oct 5, 2021 · 1 comment
Open

Issue with curl command in dockerfile #210

samuelnunoo opened this issue Oct 5, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@samuelnunoo
Copy link
Member

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
@samuelnunoo samuelnunoo added the bug Something isn't working label Oct 5, 2021
@samuelnunoo
Copy link
Member Author

#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant