Skip to content
Snippets Groups Projects
Commit 0ac25443 authored by Bruno Michel's avatar Bruno Michel
Browse files

Install the Lato font in the cozy-app-dev docker

This font is used to generate images for the initials of sharing
members.
parent ae21a44c
Branches
Tags
No related merge requests found
...@@ -51,6 +51,7 @@ RUN set -eux; apt-get update \ ...@@ -51,6 +51,7 @@ RUN set -eux; apt-get update \
libicu-dev \ libicu-dev \
libmozjs185-dev \ libmozjs185-dev \
openssl \ openssl \
fonts-lato \
imagemagick \ imagemagick \
git \ git \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment