-
Notifications
You must be signed in to change notification settings - Fork 72
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
add jdk12 #92
add jdk12 #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order to make it work, you must add these lines
RUN yum update --assumeyes && \
yum install --assumeyes wget unzip && \
yum clean all
ENV LANG=en_US.utf-8
ENV LC_ALL=en_US.utf-8
I also forgot package procps |
In reality this is very difficult since jdk12 switched to Oracle Linux in place of Debian |
And I am sure other components could miss :( |
Are you sure they switched to Oracle Linux? My interpretation was that there just wasn't a Debian package available yet. Did you see any announcements on the topic? |
I think I'd stay away from anything with Oracle in its name - you never know when they change the terms and into what - but the track record the later years has been very hostile. |
Offer jdk12
This change is