-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
libfontmanager.so: libfreetype.so:6 missing in openjdk #12
Comments
solved by: |
Hi @mtrakal, this should not be happening because it is related to the |
Using:
I used standard Roboto in this case. Next try:
With dejavu font:
|
@alvr Hi, we made some discussion about this issue in usefulness/easylauncher-gradle-plugin#201 and it's strange, that when we added ANY font to image it start working, but install only font support is not enough. We have no clue why this happen, maybe you will have? It would be nice, when image could include font support and some font by default to not need added support manually :). In my case I use Bitbucket to build project and it caches images, so it's quite fast to get image, but it cache clean image, not with installed packages, so I must install support with every build and it slow it down. Not too much, but every second counts for repeated tasks :) |
I wanted to use:
alvrme/alpine-android:android-30-jdk8
from DockerHub.But docker fail in runtime while app build on
/opt/java/openjdk/jre/lib/amd64/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory
I just found to it: docker-library/openjdk#335
The text was updated successfully, but these errors were encountered: