jlesage / docker-jdownloader-2

Docker container for JDownloader 2
MIT License
783 stars 71 forks source link

[Bug] CJK-font installation failed #175

Closed bertqw closed 10 months ago

bertqw commented 10 months ago

Current Behavior

Installed cjk-font with container environment variable "ENABLE_CJK_FONT=1" but it failed. If i disable it using "ENABLE_CJK_FONT=0", everything is working well.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

Container creation

version: '3' services: jdownloader-2: image: jlesage/jdownloader-2 environment:

Container log

[cont-init   ] 10-cjk-font.sh: executing...
[cont-init   ] 10-cjk-font.sh: installing CJK font...
[cont-init   ] 10-cjk-font.sh: fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
[cont-init   ] 10-cjk-font.sh: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
[cont-init   ] 10-cjk-font.sh: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
[cont-init   ] 10-cjk-font.sh: ERROR: unable to select packages:
[cont-init   ] 10-cjk-font.sh:   font-wqy-zenhei (no such package):
[cont-init   ] 10-cjk-font.sh:     required by: world[font-wqy-zenhei]
[cont-init   ] 10-cjk-font.sh: terminated with error 1.

Container inspect

No response

Anything else?

No response

jlesage commented 10 months ago

Fixed with the latest version of the image.