-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can not fetch font-wqy-zenhei #229
Comments
I guess you meant the This problem has already been fixed. Are you using the latest version of the container image ? |
Yes.I meant the ENABLE_CJK_FONT environment. |
What is the complete log? There is no error in what you provided. |
The log is end with "stdout: [cont-init ] 15-cjk-font.sh: fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz" |
Can the machine running the container access https://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz ? |
I know this. About the This is docker-compose.yml
container logs
This is the entire log. It feels like the font is not loaded and the container is stuck here. When I disable This is the log after disable
But Chinese is still confusing, then I tried a way I copied a Chinese font into the container and it worked. |
OK. It's just a network problem. I can download fonts after setting up a proxy for firefox. I think this is a problem unique to mainland China...... |
You can also use the |
Fine, I thought I wouldn't need the mirror source...... |
Uh...did I write the
|
Sry, it’s a problem with the mirror source... |
wget https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/font-wqy-zenhei-0.9.45-r3.apk
docker cp font-wqy-zenhei-0.9.45-r3.apk firefox:/
docker exec -it firefox sh
apk add font-wqy-zenhei-0.9.45-r3.apk enjoy it ! |
Thanks, this is another way. |
thx, i get same throuble, and cp the font source |
hi 老哥,用你的办法 能进去了,你解决 输入法的问题了么,怎么我输入不进去 中文 (我直接使用反代过去,没用VNC ) 你用VNC 正常么 |
BUG
When I use the enviroment -e KEEP_APP_RUNNING=1 , docker can not run.
Because can not fetch font-wqy-zenhei on http://dl-cdn.alpinelinux.org/alpine/edge/testing
Seems that is deleted.
The text was updated successfully, but these errors were encountered: