支持通过docker构建镜像

This commit is contained in:
2025-07-29 18:14:01 +08:00
parent 10d8210619
commit ef98fffefd
31 changed files with 202 additions and 57 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo installing fonts
sudo mkdir -p /usr/share/fonts/truetype
sudo cp -r ./fonts/* /usr/share/fonts/truetype/
sudo fc-cache -fv
echo fonts installed