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
Dockerfile for cve-web includes a wget call to archive.apache.org. This is causing an error:
cve-web
wget
0.888 ERROR: The certificate of 'archive.apache.org' is not trusted. 0.888 ERROR: The certificate of 'archive.apache.org' hasn't got a known issuer.
To get around this, use wget --no-check-certificate https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.3/bin/apache-tomcat-8.5.3.tar.gz instead.
wget --no-check-certificate https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.3/bin/apache-tomcat-8.5.3.tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dockerfile for
cve-web
includes awget
call to archive.apache.org. This is causing an error:To get around this, use
wget --no-check-certificate https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.3/bin/apache-tomcat-8.5.3.tar.gz
instead.The text was updated successfully, but these errors were encountered: