diff --git a/build/base/Dockerfile b/build/base/Dockerfile index 102f6873..ade10cf1 100644 --- a/build/base/Dockerfile +++ b/build/base/Dockerfile @@ -90,4 +90,7 @@ RUN apt-get install -y \ fonts-ipafont-gothic \ fonts-unfonts-core +COPY build/base/NotoColorEmoji.ttf /usr/share/fonts/ + COPY build/base/fonts.conf /etc/fonts/conf.d/100-gotenberg.conf + diff --git a/build/base/NotoColorEmoji.ttf b/build/base/NotoColorEmoji.ttf new file mode 100644 index 00000000..69cf21a1 Binary files /dev/null and b/build/base/NotoColorEmoji.ttf differ