diff --git a/build/Dockerfile b/build/Dockerfile index 9ae2dfbd..36bcbc31 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -103,6 +103,7 @@ RUN \ fonts-liberation \ fonts-liberation2 \ fonts-linuxlibertine \ + fonts-noto-cjk \ fonts-noto-core \ fonts-noto-mono \ fonts-noto-ui-core \ @@ -164,4 +165,4 @@ WORKDIR /home/gotenberg EXPOSE 3000 ENTRYPOINT [ "/usr/bin/tini", "--" ] -CMD [ "gotenberg" ] \ No newline at end of file +CMD [ "gotenberg" ]