-
Notifications
You must be signed in to change notification settings - Fork 754
open ssl not found can't build tomcat #54
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
Comments
Try 1.0.1t-1+deb8u5 - this seems to work to an extent, BUT it will still fall over later with a dependency error caused by an incompatibility between the JRE & JDK version numbers. |
It looks like you are building from an older Dockerfile; the current version is |
1.0.2j-1 gives the same results tbh. |
See also #56 |
If I use "ENV OPENSSL_VERSION 1.1.0c-2" it works. |
This is related to docker-library/postgres#228. We want to ensure our images build the correct version or fail; since the openssl version is important to build tomcat, we want to also ensure that it gets properly pinned from the stretch repo. Our update script is made to bump this version when it can. |
while docker-compose build
The text was updated successfully, but these errors were encountered: