From f70ff72a5856e1648e8f5c3ed031ca123f9a406d Mon Sep 17 00:00:00 2001 From: kentaka347 <72369527+kentaka347@users.noreply.github.com> Date: Tue, 22 Jul 2025 03:43:12 +0900 Subject: [PATCH] chore: Add fonts-noto-cjk dependency for pypdfium2 (#22359) Co-authored-by: kentaka347 --- api/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/Dockerfile b/api/Dockerfile index 7e4997507f..8c7a1717b9 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -47,6 +47,8 @@ RUN \ curl nodejs libgmp-dev libmpfr-dev libmpc-dev \ # For Security expat libldap-2.5-0 perl libsqlite3-0 zlib1g \ + # install fonts to support the use of tools like pypdfium2 + fonts-noto-cjk \ # install a package to improve the accuracy of guessing mime type and file extension media-types \ # install libmagic to support the use of python-magic guess MIMETYPE