Skip to content

include fonts inside docker container #6

@dragouf

Description

@dragouf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions