1 comment

Rider uses a bundled JDK, which means you don't need to install another one. In your case, JDK is missing libfontconfig1 package according to this issue. This should help:

apt-get -y --no-install-recommends install libfontconfig1
0

Please sign in to leave a comment.