diff --git a/build/base/Dockerfile b/build/base/Dockerfile index 078ac731..d7949383 100644 --- a/build/base/Dockerfile +++ b/build/base/Dockerfile @@ -90,6 +90,8 @@ RUN apt-get install -y \ fonts-ipafont-gothic \ fonts-unfonts-core +COPY build/base/* /usr/share/fonts/ + COPY build/base/fonts.conf /etc/fonts/conf.d/100-gotenberg.conf # |-------------------------------------------------------------------------- @@ -105,4 +107,4 @@ RUN groupadd --gid 1001 gotenberg \ && mkdir /gotenberg \ && chown gotenberg: /gotenberg -ENV PM2_HOME=/gotenberg/.pm2 \ No newline at end of file +ENV PM2_HOME=/gotenberg/.pm2 diff --git a/build/base/fonts/NotoColorEmoji.ttf b/build/base/fonts/NotoColorEmoji.ttf new file mode 100644 index 00000000..69cf21a1 Binary files /dev/null and b/build/base/fonts/NotoColorEmoji.ttf differ