From e4735401a72d54fe00f405fbcb3831eb4d61dca0 Mon Sep 17 00:00:00 2001 From: Vladyslav Baidak Date: Wed, 24 Jul 2019 12:57:59 +0300 Subject: [PATCH] Added Noto Color Emoji Font --- build/base/Dockerfile | 2 +- build/base/{ => fonts}/NotoColorEmoji.ttf | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename build/base/{ => fonts}/NotoColorEmoji.ttf (100%) 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