-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I added this to the docker container to try to use japanese fonts when converting to pdf but it's not working as excepted:
FROM public.ecr.aws/lambda/dotnet:6 AS base
RUN yum -y update
RUN yum check-update && yum install -y -q google-noto-emoji-color-fonts
RUN yum install -y -q google-noto-sans-cjk-fonts
RUN yum install -y zip pango.x86_64 libXcomposite.x86_64 libXcursor.x86_64 libXdamage.x86_64 libXext.x86_64 libXi.x86_64 libXtst.x86_64 cups-libs.x86_64 libXScrnSaver.x86_64 libXrandr.x86_64 GConf2.x86_64 alsa-lib.x86_64 atk.x86_64 gtk3.x86_64 ipa-gothic-fonts xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-utils xorg-x11-fonts-cyrillic xorg-x11-fonts-Type1 xorg-x11-fonts-misc
what would be the correct way to achieve this ?
Metadata
Metadata
Assignees
Labels
No labels