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 1/2] 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 From e91526f32613df199bf8a663683ac4844f943c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Fri, 22 Nov 2024 17:55:33 +0100 Subject: [PATCH 2/2] CI fix "diagram" build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 06c7465..c1b8a2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: password: from_secret: DOCKER_PASSWORD auto_tag: true - auto_tag_suffix: -diagram + auto_tag_suffix: diagram dockerfile: Dockerfile.ubuntu target: stage-diagram