docker-picard
docker-picard copied to clipboard
Cannot start container after upgrading to latest version
After pulling the latest image, the container will systematically exit right after starting it after pulling the CJK fonts:
[cont-init ] 15-cjk-font.sh: After this operation, 16.8 MB of additional disk space will be used.
[cont-init ] 15-cjk-font.sh: Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-wqy-zenhei all 0.9.45-8 [7,472 kB]
[cont-init ] 15-cjk-font.sh: debconf: delaying package configuration, since apt-utils is not installed
[cont-init ] 15-cjk-font.sh: Fetched 7,472 kB in 2s (3,111 kB/s)
[cont-init ] 15-cjk-font.sh: dpkg: unrecoverable fatal error, aborting:
[cont-init ] 15-cjk-font.sh: unknown system group 'messagebus' in statoverride file; the system group got removed
[cont-init ] 15-cjk-font.sh: before the override, which is most probably a packaging bug, to recover you
[cont-init ] 15-cjk-font.sh: can remove the override manually with dpkg-statoverride
[cont-init ] 15-cjk-font.sh: E: Sub-process /usr/bin/dpkg returned an error code (2)
[cont-init ] 15-cjk-font.sh: terminated with error 100.
The containers start properly if I am removing " #- ENABLE_CJK_FONT=1" from my docker compose file
I think you are facing same issue than me. I believe it is coming from base image used (Issue #76).