Created
August 11, 2019 15:50
-
-
Save ryenus/1b5e871bc99bbd6c3c0ab510a9f6bbff to your computer and use it in GitHub Desktop.
docker amazoncorretto:11 and jsvc 1.0.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In the docker image amazoncorretto:11, with `yum install jsvc` we get jsvc 1.0.3 | |
# But jsvc 1.0.3 does NOT support Java 9+ | |
# Fortunately there's a workaround | |
sudo ln -s /usr/lib/jvm/java/lib/ /usr/lib/jvm/java/lib/amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: MohamadSaada/LogiGSK#28 (comment)