Skip to content

Commit

Permalink
fix: incorrect mount of fonts in 90_legacy
Browse files Browse the repository at this point in the history
-

Log:
  • Loading branch information
kamiyadm committed Dec 20, 2024
1 parent d7748fb commit c4e58fa
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ bool Legacy::generate(ocppi::runtime::config::types::Config &config) const noexc
{ "/etc/machine-id", "/etc/machine-id" },
{ "/etc/ssl/certs", "/run/host/etc/ssl/certs" },
{ "/etc/ssl/certs", "/etc/ssl/certs" },
{ "/var/cache/fontconfig", "/run/host/appearance/fonts-cache" },
// FIXME: app can not display normally due to missing cjk font cache file,so we need bind
// /var/cache/fontconfig to container. this is just a temporary solution,need to be repaired
// later.
{ "/var/cache/fontconfig", "/var/cache/fontconfig" },
{ "/usr/share/fonts", "/usr/share/fonts" },
{ "/usr/local/share/fonts", "/usr/local/share/fonts" },
{ "/usr/lib/locale/", "/usr/lib/locale/" },
{ "/usr/share/themes", "/usr/share/themes" },
{ "/usr/share/icons", "/usr/share/icons" },
Expand Down

0 comments on commit c4e58fa

Please sign in to comment.