From f1117775569ca67c3bb02ee669fca086a1238106 Mon Sep 17 00:00:00 2001 From: Settel Date: Mon, 28 Apr 2025 18:06:00 +0200 Subject: [PATCH] feat: install font Noto --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9a94f07..43b4837 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,11 @@ RUN apt-get update && apt-get install -y \ fonts-roboto \ fonts-symbola \ fonts-arkpandora \ + fonts-noto-core \ fonts-noto-mono \ + fonts-noto-ui-core \ + fonts-noto-ui-extra \ + fonts-noto-color-emoji \ hicolor-icon-theme \ libv4l-0 \ libcanberra-gtk-module \