diff --git a/build/base/Dockerfile b/build/base/Dockerfile index ade10cf1..21be47e4 100644 --- a/build/base/Dockerfile +++ b/build/base/Dockerfile @@ -90,7 +90,7 @@ RUN apt-get install -y \ fonts-ipafont-gothic \ fonts-unfonts-core -COPY build/base/NotoColorEmoji.ttf /usr/share/fonts/ +COPY build/base/* /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/fonts/NotoColorEmoji.ttf similarity index 100% rename from build/base/NotoColorEmoji.ttf rename to build/base/fonts/NotoColorEmoji.ttf