fix: add CJK font support for Chromium screenshots
Add fonts-noto-cjk to the container image so that Chromium renders CJK (Chinese, Japanese, Korean) text correctly in screenshots and PDF exports. Without this, CJK characters appear as empty rectangles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,7 @@ FROM node:22-slim
|
|||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
chromium \
|
chromium \
|
||||||
fonts-liberation \
|
fonts-liberation \
|
||||||
|
fonts-noto-cjk \
|
||||||
fonts-noto-color-emoji \
|
fonts-noto-color-emoji \
|
||||||
libgbm1 \
|
libgbm1 \
|
||||||
libnss3 \
|
libnss3 \
|
||||||
|
|||||||
Reference in New Issue
Block a user