From b5537a78afe0ddf097413beb229da6593096bcdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Fri, 22 Nov 2024 17:48:49 +0100 Subject: [PATCH] add twemojis support --- .drone.yml | 2 +- Dockerfile.alpine | 1 + Dockerfile.ubuntu | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6b55055..06c7465 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,4 +32,4 @@ steps: image: alpine depends_on: - default - - diagram \ No newline at end of file + - diagram diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 312b5db..212492c 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -13,6 +13,7 @@ RUN set -ex; \ kpfonts \ lastpage \ latexmk \ + twemojis \ ; COPY src/usr /usr diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 0079be1..4342634 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -14,6 +14,7 @@ RUN set -ex; \ kpfonts \ lastpage \ latexmk \ + twemojis \ ; COPY src/usr /usr