mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
c1bef8604a
The JetBrains Runtime bundled with IntelliJ ships libfontmanager.so but expects libfreetype.so.6 and libfontconfig1 on the host system. The container image currently lacks these, causing UnsatisfiedLinkError in any test that initialises Swing font metrics. Install them explicitly until the updated container image (which will include these packages in the Dockerfile) is available. Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>