Merge pull request #609 from neocode24/feat/cjk-fonts
fix: add CJK font support for Chromium screenshots
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