From 2d5f1f20145e5c7ff32c9d218ac2b47008b86129 Mon Sep 17 00:00:00 2001 From: Settel Date: Mon, 28 Apr 2025 13:48:44 +0200 Subject: [PATCH] feat: install monospace font --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 92ae630..9a94f07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \ fonts-roboto \ fonts-symbola \ fonts-arkpandora \ + fonts-noto-mono \ hicolor-icon-theme \ libv4l-0 \ libcanberra-gtk-module \