From 0ac25443a9acc23c37c526f9880b454398e7dfc8 Mon Sep 17 00:00:00 2001 From: Bruno Michel <bmichel@menfin.info> Date: Wed, 21 Oct 2020 09:51:22 +0200 Subject: [PATCH] Install the Lato font in the cozy-app-dev docker This font is used to generate images for the initials of sharing members. --- scripts/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index b6d3a6c94..d51ea367b 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -51,6 +51,7 @@ RUN set -eux; apt-get update \ libicu-dev \ libmozjs185-dev \ openssl \ + fonts-lato \ imagemagick \ git \ && rm -rf /var/lib/apt/lists/* \ -- GitLab